Spect8Chat constructor
Spect8Chat({
- Key? key,
- required CurrentUserManager currentUserManager,
- required BroadcastManager broadcastManager,
Implementation
Spect8Chat({
Key? key,
required this.currentUserManager,
required this.broadcastManager,
}) : super(key: key) {
_getFeatures();
}