executeAndTrigger abstract method

void executeAndTrigger(
  1. Iterable<String> tables,
  2. String sql, [
  3. List<Object?>? arguments
])

See execute

A notification to queries for tables will be sent after the batch is committed

Implementation

void executeAndTrigger(
  Iterable<String> tables,
  String sql, [
  List<Object?>? arguments,
]);