listSchemas method
Lists the schemas/namespaces available in the connection.
Implementation
@override
Future<List<SchemaNamespace>> listSchemas() async =>
snapshot.schemas.toList(growable: false);
Lists the schemas/namespaces available in the connection.
@override
Future<List<SchemaNamespace>> listSchemas() async =>
snapshot.schemas.toList(growable: false);