AndroidNotification class
Constructors
-
AndroidNotification({String? sound, String? clickAction, String? color, String? tag, String? bodyLocKey, List<String>? bodyLocArgs, String? titleLocKey, List<String>? titleLocArgs, String? channelId, bool? sticky, DateTime? eventTime, bool? localOnly, bool? defaultSound, bool? defaultVibrateTimings, bool? defaultLightSettings, List<String>? vibrateTimings, NotificationVisibility? visibility, String? notificationPriority, int? notificationCount, LightSettings? lightSettings})
-
-
AndroidNotification.fromJson(Map<String, dynamic> json)
-
factory
-
AndroidNotification.fromRawJson(String str)
-
factory
Methods
-
copyWith({String? sound, String? clickAction, String? color, String? tag, String? bodyLocKey, List<String>? bodyLocArgs, String? titleLocKey, List<String>? titleLocArgs, String? channelId, bool? sticky, DateTime? eventTime, bool? localOnly, bool? defaultSound, bool? defaultVibrateTimings, bool? defaultLightSettings, List<String>? vibrateTimings, NotificationVisibility? visibility, String? notificationPriority, int? notificationCount, LightSettings? lightSettings})
→ AndroidNotification
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson()
→ Map<String, dynamic>
-
-
toRawJson()
→ String
-
-
toString()
→ String
-
A string representation of this object.
inherited