capturePushNotificationOpened method

  1. @override
Future<void> capturePushNotificationOpened({
  1. String? title,
  2. String? subtitle,
  3. String? body,
  4. Map<String, Object?>? payload,
  5. String? action,
})

Implementation

@override
Future<void> capturePushNotificationOpened({
  String? title,
  String? subtitle,
  String? body,
  Map<String, Object?>? payload,
  String? action,
}) async {
  // Not supported on web - posthog-js has no push subscription API
}