createPlatformInAppLocalhostServer method
PlatformInAppLocalhostServer
createPlatformInAppLocalhostServer(
- PlatformInAppLocalhostServerCreationParams params
inherited
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);
}