closeNotifications method

Future<void> closeNotifications()

Closes the notification shade.

It must be visible, otherwise the behavior is undefined.

Implementation

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