currentUserId property
~english Gets the current logged-in user ID. ~end
~chinese 当前登录用户 ID. ~end
Implementation
String? get currentUserId => _currentUserId;
~english Gets the current logged-in user ID. ~end
~chinese 当前登录用户 ID. ~end
String? get currentUserId => _currentUserId;