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
)
Called when the task is destroyed.
Implementation
Future<void> onDestroy(DateTime timestamp);
flutter_foreground_task package
documentation
task_handler
TaskHandler
onDestroy abstract method
TaskHandler class