Runs a custom SQL statement without any variables. The result of that statement will be ignored.
Future<void> runCustom(String statement, [List<Object?>? args]);