cacheCompatible method
Implementation
Future<void> cacheCompatible() async {
await _cacheOutcome(const AdjustHelperCheckOutcome(
result: AdjustHelperCheckResult.compatible,
));
}
Future<void> cacheCompatible() async {
await _cacheOutcome(const AdjustHelperCheckOutcome(
result: AdjustHelperCheckResult.compatible,
));
}