Checks to see if getDatabaseNames is supported by the current platform.
Source
bool get supportsDatabaseNames {
return true;
}
Checks to see if getDatabaseNames is supported by the current platform.
bool get supportsDatabaseNames {
return true;
}