PusherChannelsReadEvent constructor

PusherChannelsReadEvent({
  1. required Map<String, dynamic> rootObject,
})

Implementation

PusherChannelsReadEvent({
  required this.rootObject,
});