instance property

IpfsServerPlatform get instance

Implementation

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

Implementation

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