instance property

Implementation

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

Implementation

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