init method

Future<void> init()

Implementation

Future<void> init() async {
  //Use this method before calling any method on your instance
  _palette = await Hive.openBox('palette');
}