exists abstract method

Future<bool> exists(
  1. FileType type
)

Returns whether a database file identified by its type exists.

Implementation

Future<bool> exists(FileType type);