getLocalTableNames abstract method

Statement getLocalTableNames([
  1. List<String> notIn = const []
])

Fetches the names of all tables that are not in notIn.

Implementation

Statement getLocalTableNames([List<String> notIn = const []]);