getFirstNotification method

Future<Notification> getFirstNotification()

Returns the first, topmost visible notification.

Notification shade has to be opened with openNotifications.

Implementation

Future<Notification> getFirstNotification() =>
    _platform.mobile.getFirstNotification();