removeAlert_Pre method
Future<Empty>
removeAlert_Pre(
- ServiceCall $call,
- Future<
CabinetProto_AdminAlerts_RemoveAlertRequest> $request
Implementation
$async.Future<$1.Empty> removeAlert_Pre($grpc.ServiceCall $call, $async.Future<$19.CabinetProto_AdminAlerts_RemoveAlertRequest> $request) async {
return removeAlert($call, await $request);
}