simple_network_handler library
Classes
-
Either<
L, R> - ErrorMappingInterceptor
- ErrorRegistry
- Abstract error registry that can be implemented by different projects
-
Left<
L, R> -
Right<
L, R> - SimpleNetworkHandler
Typedefs
-
DioErrorRegistry
= Map<
DioExceptionType, Failure> -
EitherFactory
= Either<
Failure, dynamic> Function(Map<String, dynamic> json) -
ErrorModelRegistry
= Map<
String, Map< int, EitherFactory> >