openNotifications abstract 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();
Opens the notification shade.
See also:
Future<void> openNotifications();