instance property

Implementation

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

Implementation

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