create abstract method

Future<BaseResponse> create(
  1. T model
)

Implementation

Future<BaseResponse> create(T model);