listViews abstract method

Future<List<SchemaView>> listViews({
  1. String? schema,
})

Lists all views on the connection, optionally filtered by schema.

Implementation

Future<List<SchemaView>> listViews({String? schema});