onDestroy method

  1. @override
Future<void> onDestroy(
  1. DateTime timestamp,
  2. bool isTimeout
)
override

Called when the task is destroyed.

Implementation

@override
Future<void> onDestroy(DateTime timestamp, bool isTimeout) async {
  return;
}