uuid method

Future<String?> uuid()

Implementation

Future<String?> uuid() {
  throw UnimplementedError(
      'platformVersion() has not been implemented. Only IOS is Supported');
}