update abstract method

Future<int> update(
  1. Update statement
)

Updates the row and returns the number of rows updated

Implementation

Future<int> update(Update statement);