unregisterPushNotificationToken method

  1. @override
Future<void> unregisterPushNotificationToken()

Implementation

@override
Future<void> unregisterPushNotificationToken() async {
  // Not supported on web - posthog-js has no push subscription API
}