getUserId method

Future<String?> getUserId()

Implementation

Future<String?> getUserId() async {
  return _preferences.getString(_kUserIdKey);
}