initAsync method

  1. @mustCallSuper
Future<void> initAsync()

The function that is called after opening the box. Must definitely wait

Implementation

@mustCallSuper
Future<void> initAsync() async {}