shutdown_Pre method

Future<ShutdownResponse> shutdown_Pre(
  1. ServiceCall call,
  2. Future<ShutdownRequest> request
)

Implementation

$async.Future<$30.ShutdownResponse> shutdown_Pre($grpc.ServiceCall call, $async.Future<$30.ShutdownRequest> request) async {
  return shutdown(call, await request);
}