openNotifications method

Future<void> openNotifications()

Opens the notification shade.

See also:

Implementation

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