pusher / pusher-channels-flutter

Pusher Channels client library for Flutter targeting IOS, Android, and WEB
MIT License
74 stars 133 forks source link

Serialization and Deserialization of PusherEvent class #162

Open IdrisAdeyemi01 opened 3 months ago

IdrisAdeyemi01 commented 3 months ago

Description

I added a way to convert PusherEvent to JSON and vice versa for easy serialization and use of its class members. Also, I added a proper toString method on PusherEvent

CHANGELOG