Skip to content

Commit

Permalink
Removed the change according to russellwheatley
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita0x committed Jan 6, 2025
1 parent f0f5cc5 commit 3bd65d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class FirebaseAuth extends FirebasePluginPlatform {
/// [idTokenChanges] or [userChanges] to subscribe to updates.
User? get currentUser {
if (_delegate.currentUser != null) {
return User._(this, _delegate.currentUser);
return User._(this, _delegate.currentUser!);
}

return null;
Expand Down

0 comments on commit 3bd65d7

Please sign in to comment.