menu
iproov_flutter package
documentation
exceptions.dart
UnexpectedErrorException
UnexpectedErrorException constructor
UnexpectedErrorException constructor
dark_mode
light_mode
UnexpectedErrorException
constructor
UnexpectedErrorException
(
String
title
,
String
?
message
)
Implementation
UnexpectedErrorException(String title, String? message) : super(title, message);
iproov_flutter package
documentation
exceptions
UnexpectedErrorException
UnexpectedErrorException constructor
UnexpectedErrorException class