ChatwootClientApiInterceptor constructor

ChatwootClientApiInterceptor(
  1. String _inboxIdentifier,
  2. LocalStorage _localStorage,
  3. ChatwootClientAuthService _authService
)

Implementation

ChatwootClientApiInterceptor(
    this._inboxIdentifier, this._localStorage, this._authService);