runCustom abstract method

Future<void> runCustom(
  1. String statement,
  2. List<Object?> args
)

Runs a custom statement with the given args. Ignores all results, but throws when the statement can't be executed.

Implementation

Future<void> runCustom(String statement, List<Object?> args);