MobileWalletUnlocked constructor
MobileWalletUnlocked({})
Implementation
MobileWalletUnlocked(
{required fuels.WalletUnlocked rustWalletUnlocked,
required this.networkUrl,
required this.b256Address,
required this.bech32Address})
: _rustWalletUnlocked = rustWalletUnlocked;