exists abstract method

Future<bool> exists(
  1. String path
)

Check if a database exists

Implementation

Future<bool> exists(String path);