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