bar abstract method

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

Implementation

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