updateRec method

Future<Map<String, dynamic>> updateRec(
  1. String table,
  2. Map<String, dynamic> fields
)

Update the specified record from the specified data table

Implementation

Future<Map<String, dynamic>> updateRec(
    String table, Map<String, dynamic> fields) {
  throw UnimplementedError();
}