getDeviceResult method

Future<String?> getDeviceResult()

Implementation

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