maybeRead<T> method
T?
maybeRead<T>()
Reads the provided data of type T without listening for updates.
Implementation
T? maybeRead<T>() => SolidProvider.maybeOf<T>(this, listen: false);
Reads the provided data of type T without listening for updates.
T? maybeRead<T>() => SolidProvider.maybeOf<T>(this, listen: false);