gojek / courier-flutter

Dart port of our popular courier library
43 stars 8 forks source link

Add ability to pass optional message adapter for receiving/publishing #16

Closed alfianlosari closed 1 year ago

alfianlosari commented 1 year ago

This MR provides: Add optional MessageAdapter for messageStream and publish If this is passed, it will use it to decode/encode the data, otherwise it will use the messageAdapters passed when initializing CourierClient