refresh abstract method

Future<T?> refresh()

Refresh the Injected state. Refreshing the state means reinitialize it and reinvoke its creation function and notify its listeners.

Implementation

Future<T?> refresh();