initialize abstract method

Future<void> initialize({
  1. required dynamic data,
})

Initializes the provider. Should set initialized to true at the very end of the implementation.

Implementation

Future<void> initialize({required dynamic data});