stopAll_Pre method
- ServiceCall call,
- Future<
StopAllRequest> request
Implementation
$async.Future<$30.StopAllResponse> stopAll_Pre($grpc.ServiceCall call, $async.Future<$30.StopAllRequest> request) async {
return stopAll(call, await request);
}
$async.Future<$30.StopAllResponse> stopAll_Pre($grpc.ServiceCall call, $async.Future<$30.StopAllRequest> request) async {
return stopAll(call, await request);
}