closeNotifications method

Future<void> closeNotifications()

Closes the notification shade.

It must be visible, otherwise the behavior is undefined.

Implementation

Future<void> closeNotifications() async {
  await _wrapRequest('closeNotifications', _client.closeNotifications);
}