PlatformNavigationDelegate.implementation constructor

  1. @protected
PlatformNavigationDelegate.implementation(
  1. PlatformNavigationDelegateCreationParams params
)

Used by the platform implementation to create a new PlatformNavigationDelegate.

Should only be used by platform implementations because they can't extend a class that only contains a factory constructor.

Implementation

@protected
PlatformNavigationDelegate.implementation(this.params) : super(token: _token);