create abstract method

Future<IdentifierResponse> create(
  1. ServiceCall call,
  2. WorkflowsRulesServiceCreateRequest request
)

Implementation

$async.Future<$1.IdentifierResponse> create(
    $grpc.ServiceCall call, $0.WorkflowsRulesServiceCreateRequest request);