getUserProperties method

Future<Map<String, String>?> getUserProperties()

Implementation

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