fix configure.dart

This commit is contained in:
Matthew Fosse 2024-08-27 14:19:40 -04:00
parent a735b0bd6a
commit c92fc24a66

View file

@ -223,6 +223,7 @@ abstract class Bitcoin {
void setLedger(WalletBase wallet, Ledger ledger, LedgerDevice device);
Future<List<HardwareAccountData>> getHardwareWalletAccounts(LedgerViewModel ledgerVM, {int index = 0, int limit = 5});
dynamic getStatusRequest(Object wallet);
void setMwebEnabled(Object wallet, bool enabled);
bool getMwebEnabled(Object wallet);
}