JailbreakView constructor

const JailbreakView({
  1. required JailbreakAppException exception,
  2. Key? key,
})

Implementation

const JailbreakView({required this.exception, super.key});