menu
safety_net_flutter package
documentation
safety_net_check_result.dart
SafetyNetCheckResult
SafetyNetCheckResult.new const constructor
SafetyNetCheckResult.new const constructor
dark_mode
light_mode
SafetyNetCheckResult
constructor
const
SafetyNetCheckResult
(
{
required
bool
isCompromised
,
required
List
<
String
>
reasons
,
})
Implementation
const SafetyNetCheckResult({ required this.isCompromised, required this.reasons, });
safety_net_flutter package
documentation
safety_net_check_result
SafetyNetCheckResult
SafetyNetCheckResult.new const constructor
SafetyNetCheckResult class