Skip to content

Commit

Permalink
refactor(firebase_database_platform_interface): fix analyzer issue in…
Browse files Browse the repository at this point in the history
…troduced in Flutter 3.0.0 (#8652)
  • Loading branch information
nilsreichardt committed May 12, 2022
1 parent b05d7fa commit b781153
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ void main() {
),
);

messenger = ServicesBinding.instance!.defaultBinaryMessenger;
messenger = ServicesBinding.instance.defaultBinaryMessenger;
});

group('MethodChannelDatabase', () {
Expand Down

0 comments on commit b781153

Please sign in to comment.