insert abstract method

Future<E?> insert(
  1. E entity
)

Implementation

Future<E?> insert(E entity);