subscribe method
Subscribe
Use this method to subscribe to a channels and listen to realtime events on those channels
Implementation
@override
RealtimeSubscription subscribe(List<String> channels) {
return subscribeTo(channels);
}
Subscribe
Use this method to subscribe to a channels and listen to realtime events on those channels
@override
RealtimeSubscription subscribe(List<String> channels) {
return subscribeTo(channels);
}