reset property
final
Callback, called when this provider should clear all its data.
Implementation
final Future<void> Function()? reset;
Callback, called when this provider should clear all its data.
final Future<void> Function()? reset;