balance property
override
Retrieves the balance of the Smart Wallet.
Implementation
@override
Future<EtherAmount> get balance async =>
await plugin<Contract>("contract").getBalance(_walletAddress);
Retrieves the balance of the Smart Wallet.
@override
Future<EtherAmount> get balance async =>
await plugin<Contract>("contract").getBalance(_walletAddress);