createPlatformInAppLocalhostServerStatic method

PlatformInAppLocalhostServer createPlatformInAppLocalhostServerStatic()

Creates a new empty PlatformInAppLocalhostServer to access static methods.

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

Implementation

PlatformInAppLocalhostServer createPlatformInAppLocalhostServerStatic() {
  return DefaultInAppLocalhostServer(
    const PlatformInAppLocalhostServerCreationParams(),
  );
}