init abstract method

Future<void> init()

Public APIs to be implemented by any Persistor extension like FilePersistor.

Initialization function called when the persistor is instantiated to execute and setup work.

Implementation

/// Initialization function called when the persistor is instantiated to execute and setup work.
Future<void> init();