pay abstract method

Stream<PayRes> pay(
  1. ServiceCall call,
  2. Stream<PayReq> request
)

Implementation

$async.Stream<$0.PayRes> pay(
    $grpc.ServiceCall call, $async.Stream<$0.PayReq> request);