PionneEvent typedef
Convenience type alias — events are just JSON-serialisable maps so the
payload stays exactly compatible with the other Pionne SDKs (RN, web,
node). Manipulate them as plain Map<String, dynamic>.
Implementation
typedef PionneEvent = Map<String, dynamic>;