saveMap method
Save the specified record values to the specified data table Either parameters may be null
Implementation
Future<Map<String, dynamic>> saveMap(
String? table, Map<String, dynamic>? values) {
throw UnimplementedError();
}
Save the specified record values to the specified data table Either parameters may be null
Future<Map<String, dynamic>> saveMap(
String? table, Map<String, dynamic>? values) {
throw UnimplementedError();
}