getLocalUUID method

Future<String> getLocalUUID()

Implementation

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