setUserIdentifier method

Future<bool?> setUserIdentifier(
  1. String userID
)

Implementation

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