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