currentUsername property Null safety

String? currentUsername
@Deprecated("Use #currentUserId to instead")

Gets the current logged-in username.

Implementation

@Deprecated("Use #currentUserId to instead")
String? get currentUsername => _currentUserId;