SmartLazyPut extension

on

Methods

smartFind<S>({String? tag}) → S

Available on GetInterface, provided by the SmartLazyPut extension

Enhanced version of find that ensures the controller exists.
smartLazyPut<S>(InstanceBuilderCallback<S> builder, {String? tag, bool? fenix, bool autoRemove = true}) → void

Available on GetInterface, provided by the SmartLazyPut extension

Enhanced version of lazyPut that handles controller recreation.