createPlatformInAppLocalhostServer method

PlatformInAppLocalhostServer createPlatformInAppLocalhostServer(
  1. PlatformInAppLocalhostServerCreationParams params
)

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 instead.

Implementation

PlatformInAppLocalhostServer createPlatformInAppLocalhostServer(
    PlatformInAppLocalhostServerCreationParams params) {
  return DefaultInAppLocalhostServer(params);
}