RestorableTimeOfDayRaiiExt extension
Extension for managing RestorableTimeOfDay lifecycle.
Example:
final timeValue = RestorableTimeOfDay(TimeOfDay.now())
.withLifecycle(this, debugLabel: 'SelectedTime');
Methods
-
withLifecycle(
RaiiLifecycleAware lifecycleAware, {String? debugLabel}) → RestorableTimeOfDay -
Available on RestorableTimeOfDay, provided by the RestorableTimeOfDayRaiiExt extension
Attaches this restorable time value to a RaiiLifecycleAware object for automatic disposal.