delete method

Future<void> delete()

Delete this entity.

Implementation

Future<void> delete() => manager.delete(id);