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