instance property

Implementation

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

Implementation

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