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