createFlow abstract method

Future<Flow> createFlow(
  1. ServiceCall call,
  2. CreateFlowRequest request
)

Implementation

$async.Future<$3.Flow> createFlow(
    $grpc.ServiceCall call, $3.CreateFlowRequest request);