ChatClientFactoryWithServices typedef

ChatClientFactoryWithServices = ChatClient Function(ChatClient innerClient, ServiceProvider services)

A factory that creates middleware by wrapping an inner ChatClient and receiving the active ServiceProvider.

Implementation

typedef ChatClientFactoryWithServices = ChatClient Function(
  ChatClient innerClient,
  ServiceProvider services,
);