LocaleSyncStorage constructor

LocaleSyncStorage({
  1. required Box box,
})

Implementation

LocaleSyncStorage({required Box box}) : _box = box;