ChatService constructor

ChatService({
  1. ChatPlugin? plugin,
})

Implementation

ChatService({ChatPlugin? plugin}) : _plugin = plugin ?? ChatPlugin();