uuid method

Future<String> uuid()

Implementation

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