remove abstract method

Future<void> remove(
  1. String table,
  2. String primaryColumn,
  3. Map<String, dynamic> data
)

Remove data in the backend.

Implementation

Future<void> remove(
  String table,
  String primaryColumn,
  Map<String, dynamic> data,
);