getAccount static method
Implementation
static Account getAccount() => _guard(() {
_logAction('getAccount');
return window.wagmiCore.getAccount().toDart;
});
static Account getAccount() => _guard(() {
_logAction('getAccount');
return window.wagmiCore.getAccount().toDart;
});