listIndexes abstract method

Future<List<SchemaIndex>> listIndexes(
  1. String table, {
  2. String? schema,
})

Lists indexes for table within an optional schema.

Implementation

Future<List<SchemaIndex>> listIndexes(String table, {String? schema});