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