saveRec method
Save the specified record values to the specified data table Neither parameters can be null
Implementation
Future<Map<String, dynamic>> saveRec(
String table, Map<String, dynamic> fldValues) {
throw UnimplementedError();
}
Save the specified record values to the specified data table Neither parameters can be null
Future<Map<String, dynamic>> saveRec(
String table, Map<String, dynamic> fldValues) {
throw UnimplementedError();
}