init method

Future<void> init()

This method can be used to initialize the repository asynchronously.

The Viewmodel is busy while this method runs, this is useful for fetching data for example.

Implementation

Future<void> init() async {}