AppDistLog SDK
Usage
- add
AppDistLogInterceptorto Dio
final dio = Dio()
..interceptors.add(
AppDistLogInterceptor(
typesSupport: [InterceptorLogType.all],
appName: 'Example Project'
),
);
AppDistLogInterceptor to Dio final dio = Dio()
..interceptors.add(
AppDistLogInterceptor(
typesSupport: [InterceptorLogType.all],
appName: 'Example Project'
),
);