update method

Future<bool> update(
  1. String table,
  2. Map value,
  3. String whereClause
)

Implementation

Future<bool> update(String table, Map value, String whereClause) async {
  return false;
}