SimpleAndroidNotification class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addListenerFilter(
FilterData data) → Future< void> -
checkNotificationChannelEnabled(
ChannelData data) → Future< bool> -
createNotificationChannel(
ChannelData data) → Future< void> -
getListenedNotifications(
) → Future< List< ListenedData> > -
getListenerFilter(
) → Future< Map< String, List< >FilterData> > -
getNotificationChannelList(
) → Future< List< ChannelData> > -
getPackageList(
) → Future< List< PackageData> > -
getPayload(
) → Future< String> -
hasListenerPermission(
) → Future< bool> -
hasNotificationPermission(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openListenerPermissionSetting(
) → Future< void> -
removeListenedNotifications(
ListenedData data) → Future< void> -
removeListenerFilter(
FilterData data) → Future< void> -
removeNotificationChannel(
ChannelData data) → Future< void> -
requestNotificationPermission(
) → Future< void> -
resetListenedNotifications(
) → Future< void> -
resetListenerFilter(
) → Future< void> -
showNotification(
NotificationData data) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited