init method

dynamic init()

Implementation

init() async
{
  initialized = await _load();
}