getNotifications method

Future<int> getNotifications()

Gets the current notification subscription flags (see Notifications).

Implementation

Future<int> getNotifications() async {
  return (await _get(CapturePropertyIds.notificationsDevice)) as int;
}