runUpdate method
Runs an update statement with the given variables and returns how many rows where affected.
Implementation
@override
Future<int> runUpdate(String statement, List<Object?> args) =>
_delegate.runUpdate(statement, args);
Runs an update statement with the given variables and returns how many rows where affected.
@override
Future<int> runUpdate(String statement, List<Object?> args) =>
_delegate.runUpdate(statement, args);