getDatabaseNames abstract method

  1. @Deprecated('No longer supported')
Future<List<String>> getDatabaseNames()

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();