delete abstract method

Future? delete(
  1. Entity entity,
  2. AccessOption? option
)

Deletes the entity from database.

  • option - an option for deleting this entity. It is the option, if any. passed from access.delete(). It is application specific, and not used in most implementations.

Implementation

Future? delete(Entity entity, AccessOption? option);