mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 19:05:51 +00:00
linting
remove unused functions and comments
This commit is contained in:
parent
510e0887ce
commit
10c5a0a4b3
1 changed files with 0 additions and 12 deletions
|
@ -7,19 +7,7 @@ class BuyFormState extends ChangeNotifier {
|
|||
Buy? get buy => _buy;
|
||||
set buy(Buy? value) {
|
||||
_buy = value;
|
||||
// _onBuyTypeChanged();
|
||||
}
|
||||
|
||||
bool reversed = false;
|
||||
|
||||
Future<void> updateEstimate({
|
||||
required bool shouldNotifyListeners,
|
||||
required bool reversed,
|
||||
}) async {
|
||||
// TODO implement updating estimaate based on changed selected crypto, fiat, etc
|
||||
}
|
||||
|
||||
Future<void> swap({dynamic? market}) async {
|
||||
// TODO implement swapping values on FiatOrCrypto toggle (or whatever it's called)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue