DataStoreModule constructor

DataStoreModule({
  1. Database? database,
  2. String? locale,
})

Implementation

DataStoreModule({this.database, String? locale});