LifecycleAwareBaseExt extension

on

Methods

autoStream<T>(LifecycleCallback<Stream<T>> stream, {bool cancelOnError = false}) Future

Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension

autoSubscribe(String name, LifecycleCallback<StreamSubscription> generate) Future

Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension

autoTimer(String name, LifecycleCallback<Timer> generate) → void

Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension

onDestroy(String name, LifecycleCallback destroy, {Duration? wait}) → void

Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension