menu
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions.dart
NetworkException
NetworkException constructor
NetworkException constructor
dark_mode
light_mode
NetworkException
constructor
NetworkException
(
{
String
?
message
,
String
?
code
,
})
Implementation
NetworkException({String? message, String? code}) : super(message, code);
glorysoft_mobile_plugin package
documentation
tool/http/http_exceptions
NetworkException
NetworkException constructor
NetworkException class