balanceNotifier property
Returns the balance of the currently connected wallet on the selected chain.
Implementation
@override
final balanceNotifier = ValueNotifier<String>('-.--');
Returns the balance of the currently connected wallet on the selected chain.
@override
final balanceNotifier = ValueNotifier<String>('-.--');