currentUsername property Null safety

  1. @Deprecated("Use [currentUserId] to instead")
String? currentUsername

Gets the current logged-in username.

Implementation

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