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