instance property
FlutterAwesomeDeeplinkPlatform
get
instance
The default instance of FlutterAwesomeDeeplinkPlatform to use.
Defaults to MethodChannelFlutterAwesomeDeeplink.
Implementation
static FlutterAwesomeDeeplinkPlatform get instance => _instance;
set
instance
(FlutterAwesomeDeeplinkPlatform instance)
Platform-specific implementations should set this with their own platform-specific class that extends FlutterAwesomeDeeplinkPlatform when they register themselves.
Implementation
static set instance(FlutterAwesomeDeeplinkPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}