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