load abstract method

Future<void> load()

put your async initiating logic in load

Implementation

Future<void> load();