getUserId method

Future<String> getUserId()

Get the user ID for the device.

Implementation

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