DataStoreFactory typedef

DataStoreFactory = DataStore Function(String name, bool encrypted, DataStoreEncrypter encrypter)

Implementation

typedef DataStoreFactory = DataStore Function(
  String name,
  bool encrypted,
  DataStoreEncrypter encrypter,
);