openLazyBox abstract method

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

Implementation

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