menu
duckma_crow_flutter package
documentation
duckma_crow_flutter.dart
CrudOperation<T, ID extends Object, E extends Entity, P extends Params>
deleteById abstract method
deleteById abstract method
dark_mode
light_mode
deleteById
abstract method
Future
<
T
>
deleteById
(
ID
id
)
Deletes a single record of the given
id
.
Implementation
Future<T> deleteById(ID id);
duckma_crow_flutter package
documentation
duckma_crow_flutter
CrudOperation<T, ID extends Object, E extends Entity, P extends Params>
deleteById abstract method
CrudOperation class