exists method Null safety
Checks whether a database of the given name
exists in the given
directory
or not.
Implementation
static Future<bool> exists(String name, {String? directory}) =>
AsyncDatabase.exists(name, directory: directory);
Checks whether a database of the given name
exists in the given
directory
or not.
static Future<bool> exists(String name, {String? directory}) =>
AsyncDatabase.exists(name, directory: directory);