openNotifications method

Future<void> openNotifications()

Opens the notification shade.

See also:

Implementation

Future<void> openNotifications() => _platform.mobile.openNotifications();