SecurityExceptionPage constructor
- {Key? key,
- required Map reason}
Implementation
const SecurityExceptionPage({
Key? key,
required this.reason,
}) : super(key: key);
const SecurityExceptionPage({
Key? key,
required this.reason,
}) : super(key: key);