getDeviceInfo method

Future<String?> getDeviceInfo()

Implementation

Future<String?> getDeviceInfo(){
  throw UnimplementedError('platformVersion() has not been implemented.');
}