userId property

Future<String?> userId
override

Implementation

Future<String?> get userId async =>
    await AuthManager.storage.read(key: _KEY_USER_ID);