PlatformInAppLocalhostServer.implementation constructor
PlatformInAppLocalhostServer.implementation()
Used by the platform implementation to create a new PlatformInAppLocalhostServer.
Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.
Implementation
@protected
PlatformInAppLocalhostServer.implementation(this.params)
: super(token: _token);