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