menu
flutter_foreground_task package
documentation
task_handler.dart
TaskHandler
onDestroy abstract method
onDestroy abstract method
dark_mode
light_mode
onDestroy
abstract method
Future
<
void
>
onDestroy
(
DateTime
timestamp
,
bool
isTimeout
)
Called when the task is destroyed.
Implementation
Future<
void
> onDestroy(
DateTime
timestamp,
bool
isTimeout);
flutter_foreground_task package
documentation
task_handler
TaskHandler
onDestroy abstract method
TaskHandler class
Constructors
new
Properties
hashCode
runtimeType
Methods
noSuchMethod
onDestroy
onNotificationButtonPressed
onNotificationDismissed
onNotificationPressed
onReceiveData
onRepeatEvent
onStart
toString
Operators
operator ==