getChainId static method

int getChainId()

Implementation

static int getChainId() => _guard(() {
  _logAction('getChainId');
  return window.wagmiCore.getChainId().toDartInt;
});