backupAll_Pre method
Implementation
$async.Future<$1.NuntioResponse> backupAll_Pre(
$grpc.ServiceCall call, $async.Future<$1.NuntioRequest> request) async {
return backupAll(call, await request);
}
$async.Future<$1.NuntioResponse> backupAll_Pre(
$grpc.ServiceCall call, $async.Future<$1.NuntioRequest> request) async {
return backupAll(call, await request);
}