openNotifications method
Opens the notification shade.
See also:
- developer.android.com/reference/androidx/test/uiautomator/UiDevice#opennotification, which is used on Android
Implementation
Future<void> openNotifications() => _platform.mobile.openNotifications();