createPlatformWebNotificationControllerStatic method

PlatformWebNotificationController createPlatformWebNotificationControllerStatic()

Creates a new empty PlatformWebNotificationController to access static methods.

This function should only be called by the app-facing package. Look at using WebNotificationController in flutter_inappwebview_forge instead.

Implementation

PlatformWebNotificationController
createPlatformWebNotificationControllerStatic() {
  throw UnimplementedError(
    'createPlatformWebNotificationControllerStatic is not implemented on the current platform.',
  );
}