update abstract method

Future<int> update(
  1. String query, [
  2. List bindings = const []
])

Execute an update query

Implementation

Future<int> update(String query, [List<dynamic> bindings = const []]);