listSchemas method

  1. @override
Future<List<SchemaNamespace>> listSchemas()
override

Lists the schemas/namespaces available in the connection.

Implementation

@override
Future<List<SchemaNamespace>> listSchemas() async =>
    snapshot.schemas.toList(growable: false);