MethodChannelAppBadger class

Inheritance
Annotations
  • @Deprecated('Use MethodChannelAppBadgePlatform')

Constructors

MethodChannelAppBadger()

Properties

events Stream
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getBadgeCount() Future<int>
inherited
getDeviceBrand() Future<String>
inherited
getDeviceManufacturer() Future<String>
inherited
getPermissionStatus() Future<BadgePermissionStatus>
inherited
isBadgeSupported() Future<bool>
inherited
isNotificationEnabled() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
openNotificationSettings() Future<void>
inherited
removeBadge() Future<bool>
inherited
requestNotificationPermission() Future<bool>
inherited
toString() String
A string representation of this object.
inherited
updateBadgeCount(int count, {bool postNotification = true, String? channelId, String? channelName, String? smallIcon}) Future<bool>
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited