initialize abstract method
Initializes the provider.
Should set initialized to true
at the very end of the
implementation.
Implementation
Future<void> initialize({required dynamic data});
Initializes the provider.
Should set initialized to true
at the very end of the
implementation.
Future<void> initialize({required dynamic data});