instance property

DatadogSdkPlatform get instance

Implementation

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

Implementation

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