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