ProjectBroadcast constructor
ProjectBroadcast(})
Implementation
ProjectBroadcast(
this.apiKey, {
this.userId,
this.userName,
String baseURL = 'https://api.cocobase.buzz',
}) : url = '${baseURL.replaceAll(RegExp(r'^http'), 'ws')}/realtime/broadcast';