getBackgroundNotificationPayload method

Future<ApphudNotificationPayload?> getBackgroundNotificationPayload()

Implementation

Future<ApphudNotificationPayload?> getBackgroundNotificationPayload() async {
  throw UnimplementedError();
}