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