currentUsername property Null safety
- @Deprecated("Use [currentUserId] to instead")
Gets the current logged-in username.
Implementation
@Deprecated("Use [currentUserId] to instead")
String? get currentUsername => _currentUserId;
Gets the current logged-in username.
@Deprecated("Use [currentUserId] to instead")
String? get currentUsername => _currentUserId;