HiveStorage constructor

HiveStorage({
  1. String boxName = 'offline_sync_requests',
})

Implementation

HiveStorage({this.boxName = 'offline_sync_requests'});