menu
flutter_security_suite package
documentation
domain/usecases/check_runtime_protection_usecase.dart
CheckRuntimeProtectionUseCase
call method
call method
dark_mode
light_mode
call
method
Future
<
SecurityResult
<
bool
>
>
call
(
)
Implementation
Future<SecurityResult<bool>> call() => _repository.isRuntimeHooked();
flutter_security_suite package
documentation
domain/usecases/check_runtime_protection_usecase
CheckRuntimeProtectionUseCase
call method
CheckRuntimeProtectionUseCase class