boxExists abstract method

Future<bool> boxExists(
  1. String name, {
  2. String? path,
})

Check if a box exists in the isolate

Implementation

Future<bool> boxExists(String name, {String? path});