runCustom abstract method

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

Runs a custom SQL statement without any variables. The result of that statement will be ignored.

Implementation

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