create abstract method

Future<Entity> create(
  1. Entity newObject
)

Create the entity.

Implementation

Future<Entity> create(Entity newObject);