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