File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1+ import 'package:flutter/material.dart' hide Notification;
12import 'package:flutter/cupertino.dart' ;
2- import 'package:flutter/material.dart' ;
33import 'package:flutter_hooks/flutter_hooks.dart' ;
44import 'package:flutter_local_notifications/flutter_local_notifications.dart' ;
55import 'package:push/push.dart' ;
6- import 'package:push/push.dart' as push;
76import 'package:push_example/metadata_sliver.dart' ;
87import 'package:push_example/platform_specific/android.dart' ;
98import 'package:push_example/remote_messages_widget.dart' ;
@@ -262,7 +261,7 @@ class MyApp extends HookWidget {
262261 }
263262 }
264263
265- void displayForegroundNotification (push. Notification notification) async {
264+ void displayForegroundNotification (Notification notification) async {
266265 final androidOptions =
267266 AndroidNotificationDetails (debugChannel.id, debugChannel.name,
268267 channelDescription: debugChannel.description,
You can’t perform that action at this time.
0 commit comments