MobileWalletUnlocked constructor

MobileWalletUnlocked({
  1. required WalletUnlocked rustWalletUnlocked,
  2. required String networkUrl,
  3. required String b256Address,
  4. required String bech32Address,
})

Implementation

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