Runs a custom statement with the given args. Ignores all results, but throws when the statement can't be executed.
statement
args
Future<void> runCustom(String statement, List<Object?> args);