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