deleteRow abstract method

  1. @delete
Future<void> deleteRow(
  1. ModelType row
)

Implementation

@delete
Future<void> deleteRow(ModelType row);