supportsDatabaseNames property Null safety

bool supportsDatabaseNames
@Deprecated('No longer supported on modern browsers. Always returns false.')

Deprecated. Always returns false.

Implementation

@Deprecated('No longer supported on modern browsers. Always returns false.')
bool get supportsDatabaseNames => false;