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