getNotificationFormat method

String? getNotificationFormat()

Inquiry method that gets the JSON structure requested by the user to be used as the format of push notifications.

Returns the JSON structure requested by the user to be used as the format of push notifications.

Implementation

String? getNotificationFormat() {
  return _notificationFormat;
}