getUUID method

Future<String?> getUUID()

Implementation

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