defaultPushMessageBodyConverter function

dynamic defaultPushMessageBodyConverter(
  1. String? type,
  2. String? body
)

Implementation

dynamic defaultPushMessageBodyConverter(String? type, String? body) {
  throw "Not implemented.  Must implement ability to convert push message bodies";
}