getNotifications method
Gets the current notification subscription flags (see Notifications).
Implementation
Future<int> getNotifications() async {
return (await _get(CapturePropertyIds.notificationsDevice)) as int;
}
Gets the current notification subscription flags (see Notifications).
Future<int> getNotifications() async {
return (await _get(CapturePropertyIds.notificationsDevice)) as int;
}