Session constructor

Session({
  1. required Config config,
  2. SessionInterceptorSendHandler? onRequest,
  3. SessionInterceptorSuccessHandler? onResult,
})

Implementation

Session({required this.config, this.onRequest, this.onResult});