openBox abstract method

Future<Box<T>> openBox(
  1. String boxName, {
  2. bool useEncryption = true,
})

Implementation

Future<Box<T>> openBox(
  String boxName, {
  bool useEncryption = true,
});