getDatabaseNames abstract method
list of database names (only available if supportsDatabaseNames returns true).
No longer supported on modern browsers. Could be implemented on top of
databases
once available or deprecated in the future...you'd better
not start using it for now.
Implementation
@Deprecated('No longer supported')
Future<List<String>> getDatabaseNames();