bitswap property

BitswapHandler? get bitswap

Access to the Bitswap handler.

Implementation

BitswapHandler? get bitswap {
  if (_container.isRegistered(BitswapHandler)) {
    return _container.get<BitswapHandler>();
  }
  return null;
}