common/http_client library

Classes

AuthInterceptor

Functions

getWithDio(String endpoint, {Map<String, String>? headers, Duration timeoutDuration = const Duration(seconds: 60)}) FutureOr
postWithDio(String endpoint, {Map<String, dynamic>? body, Map<String, String>? headers, Duration timeoutDuration = const Duration(seconds: 60)}) FutureOr