getUserId method

Future<String?> getUserId()

Retrieves the user ID associated with the Grouplink SDK. This method returns a Future that resolves to the user ID as a String.

Implementation

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