capturePushNotificationOpened method
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
}