relay abstract method

Future<StringValue> relay(
  1. ServiceCall call,
  2. StringValue request
)

Implementation

$async.Future<$1.StringValue> relay(
    $grpc.ServiceCall call, $1.StringValue request);