hasView abstract method

Future<bool> hasView(
  1. String view, {
  2. String? schema,
})

Determines if the given view exists.

Implementation

Future<bool> hasView(String view, {String? schema});