create abstract method

Future<ContractorProto> create(
  1. ServiceCall call,
  2. ContractorProto_CreateRequest request
)

Implementation

$async.Future<$0.ContractorProto> create(
    $grpc.ServiceCall call, $0.ContractorProto_CreateRequest request);