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