ServiceUpdateOptions class

Constructors

ServiceUpdateOptions({required ForegroundTaskOptions? foregroundTaskOptions, required String? notificationContentTitle, required String? notificationContentText, NotificationIconData? notificationIcon, List<NotificationButton>? notificationButtons, Function? callback})
const

Properties

callback Function?
final
foregroundTaskOptions ForegroundTaskOptions?
final
hashCode int
The hash code for this object.
no setterinherited
notificationButtons List<NotificationButton>?
final
notificationContentText String?
final
notificationContentTitle String?
final
notificationIcon NotificationIconData?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson(Platform platform) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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