maybeWatch<T> method
T?
maybeWatch<T>()
Watches the provided data of type T and rebuilds when it changes.
Implementation
T? maybeWatch<T>() => SolidProvider.maybeOf<T>(this);
Watches the provided data of type T and rebuilds when it changes.
T? maybeWatch<T>() => SolidProvider.maybeOf<T>(this);