create abstract method

Future? create(
  1. Entity entity,
  2. Map<String, dynamic> data
)

Creates a new entity with the given OID into the database. *

    • data - the content of the entity to store.

Implementation

Future? create(Entity entity, Map<String, dynamic> data);