flush_Pre method

Future<ResponseFlush> flush_Pre(
  1. ServiceCall call,
  2. Future<RequestFlush> request
)

Implementation

$async.Future<$0.ResponseFlush> flush_Pre(
    $grpc.ServiceCall call, $async.Future<$0.RequestFlush> request) async {
  return flush(call, await request);
}