balanceNotifier property

  1. @override
ValueNotifier<String> balanceNotifier
final

Returns the balance of the currently connected wallet on the selected chain.

Implementation

@override
final balanceNotifier = ValueNotifier<String>('-.--');