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