chore: Follow up notification logging
This commit is contained in:
parent
6d973db6fc
commit
0eaa7aa73e
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ Future<void> pushHelper(
|
||||||
onSelectNotification: onSelectNotification,
|
onSelectNotification: onSelectNotification,
|
||||||
);
|
);
|
||||||
} catch (e, s) {
|
} catch (e, s) {
|
||||||
Logs().wtf('Push Helper has crashed!', e, s);
|
Logs().v('Push Helper has crashed!', e, s);
|
||||||
|
|
||||||
// Initialise the plugin. app_icon needs to be a added as a drawable resource to the Android head project
|
// Initialise the plugin. app_icon needs to be a added as a drawable resource to the Android head project
|
||||||
final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();
|
final flutterLocalNotificationsPlugin = FlutterLocalNotificationsPlugin();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue