@override Future<void> getUser({String? chainId}) async { if (!isEnabled.value || !isReady.value) return; return await _getUser(chainId); }