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