listViews abstract method
Lists all views on the connection, optionally filtered by schema.
Implementation
Future<List<SchemaView>> listViews({String? schema});
Lists all views on the connection, optionally filtered by schema.
Future<List<SchemaView>> listViews({String? schema});