getDeviceUUID method

Future<String?> getDeviceUUID()

Implementation

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