userID method

Future<String> userID()

Implementation

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