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