DefaultStorageAdapter constructor

DefaultStorageAdapter()

Implementation

DefaultStorageAdapter() {
  _sqLiteHelper = SQLiteHelper();
}