init abstract method

Future<void> init()

Subclasses must implement this to initialize the datastore.

Implementation

Future<void> init();