delete abstract method

Future delete(
  1. String table, {
  2. String? where,
  3. List? params,
})

Implementation

Future<dynamic> delete(
  String table, {
  String? where,
  List<dynamic>? params,
});