registerDbOpenCb method

void registerDbOpenCb(
  1. OnOpenCallback cb
)

Implementation

void registerDbOpenCb(OnOpenCallback cb) => _onOpenCb = cb;