delete method

Future delete(
  1. String table, {
  2. String? whereClause,
})

Implementation

Future delete(String table, {String? whereClause}) async {}