boxExists abstract method

Future<bool> boxExists(
  1. String name
)

Checks if a box exists

Implementation

Future<bool> boxExists(String name);