currentUserId property

String? currentUserId

~english Gets the current logged-in user ID. ~end

~chinese 当前登录用户 ID. ~end

Implementation

String? get currentUserId => _currentUserId;