bar abstract method

Future<BarResponse> bar(
  1. ServiceCall call,
  2. BarRequest request
)

Implementation

$async.Future<$21.BarResponse> bar($grpc.ServiceCall call, $21.BarRequest request);