getFirstNotification method
Returns the first, topmost visible notification.
Notification shade has to be opened with openNotifications.
Implementation
Future<Notification> getFirstNotification() =>
_platform.mobile.getFirstNotification();
Returns the first, topmost visible notification.
Notification shade has to be opened with openNotifications.
Future<Notification> getFirstNotification() =>
_platform.mobile.getFirstNotification();