MethodChannelAppBadgePlatform class
- Inheritance
-
- Object
- PlatformInterface
- AppBadgePlatform
- MethodChannelAppBadgePlatform
- Implementers
Constructors
Properties
Methods
-
getBadgeCount(
) → Future< int> -
override
-
getDeviceBrand(
) → Future< String> -
override
-
getDeviceManufacturer(
) → Future< String> -
override
-
getPermissionStatus(
) → Future< BadgePermissionStatus> -
override
-
isBadgeSupported(
) → Future< bool> -
override
-
isNotificationEnabled(
) → Future< bool> -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openNotificationSettings(
) → Future< void> -
override
-
removeBadge(
) → Future< bool> -
override
-
requestNotificationPermission(
) → Future< bool> -
override
-
toString(
) → String -
A string representation of this object.
inherited
-
updateBadgeCount(
int count, {bool postNotification = true, String? channelId, String? channelName, String? smallIcon}) → Future< bool> -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited