instance property
KeyboardHeightPlatform
get
instance
Implementation
static KeyboardHeightPlatform get instance => _instance;
set
instance
(KeyboardHeightPlatform instance)
Implementation
static set instance(KeyboardHeightPlatform instance) {
PlatformInterface.verifyToken(instance, _token);
_instance = instance;
}