echo abstract method

Future<EchoResponse> echo(
  1. ServiceCall call,
  2. EchoRequest request
)

Implementation

$async.Future<$0.EchoResponse> echo(
    $grpc.ServiceCall call, $0.EchoRequest request);