instance property

JusttrackSdkPlatform get instance

Implementation

static JusttrackSdkPlatform get instance => _instance;
set instance (JusttrackSdkPlatform instance)

Implementation

static set instance(JusttrackSdkPlatform instance) {
  PlatformInterface.verifyToken(instance, _token);
  _instance = instance;
}