whenLifecycleDestroy method
Implementation
Future<Cancellable> whenLifecycleDestroy({Cancellable? cancellable}) =>
launchWhenLifecycleEventDestroy(
cancellable: cancellable, block: (c) => c);
Future<Cancellable> whenLifecycleDestroy({Cancellable? cancellable}) =>
launchWhenLifecycleEventDestroy(
cancellable: cancellable, block: (c) => c);