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