Create abstract method

Future<bool> Create(
  1. IModelRF model,
  2. String docId
)

Implementation

Future<bool> Create(IModelRF model, String docId);