stack_wallet/test/screen_tests/exchange/exchange_view_test.mocks.dart

501 lines
21 KiB
Dart
Raw Normal View History

2022-08-30 22:39:18 +00:00
// Mocks generated by Mockito 5.2.0 from annotations
// in stackwallet/test/screen_tests/exchange/exchange_view_test.dart.
// Do not manually edit this file.
2022-09-03 16:30:19 +00:00
import 'dart:async' as _i7;
import 'dart:ui' as _i8;
2022-08-30 22:39:18 +00:00
2022-09-03 16:30:19 +00:00
import 'package:decimal/decimal.dart' as _i15;
import 'package:http/http.dart' as _i13;
2022-08-30 22:39:18 +00:00
import 'package:mockito/mockito.dart' as _i1;
2022-09-03 16:30:19 +00:00
import 'package:stackwallet/models/exchange/change_now/available_floating_rate_pair.dart'
as _i19;
import 'package:stackwallet/models/exchange/change_now/change_now_response.dart'
as _i2;
import 'package:stackwallet/models/exchange/change_now/currency.dart' as _i14;
import 'package:stackwallet/models/exchange/change_now/estimated_exchange_amount.dart'
as _i16;
2022-08-30 22:39:18 +00:00
import 'package:stackwallet/models/exchange/change_now/exchange_transaction.dart'
2022-09-03 16:30:19 +00:00
as _i10;
import 'package:stackwallet/models/exchange/change_now/exchange_transaction_status.dart'
as _i18;
import 'package:stackwallet/models/exchange/change_now/fixed_rate_market.dart'
as _i17;
2022-08-30 22:39:18 +00:00
import 'package:stackwallet/pages/exchange_view/sub_widgets/exchange_rate_sheet.dart'
2022-09-03 16:30:19 +00:00
as _i5;
import 'package:stackwallet/services/change_now/change_now.dart' as _i12;
import 'package:stackwallet/services/trade_notes_service.dart' as _i11;
import 'package:stackwallet/services/trade_service.dart' as _i9;
import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i6;
import 'package:stackwallet/utilities/enums/sync_type_enum.dart' as _i4;
import 'package:stackwallet/utilities/prefs.dart' as _i3;
2022-08-30 22:39:18 +00:00
// ignore_for_file: type=lint
// ignore_for_file: avoid_redundant_argument_values
// ignore_for_file: avoid_setters_without_getters
// ignore_for_file: comment_references
// ignore_for_file: implementation_imports
// ignore_for_file: invalid_use_of_visible_for_testing_member
// ignore_for_file: prefer_const_constructors
// ignore_for_file: unnecessary_parenthesis
// ignore_for_file: camel_case_types
2022-09-03 16:30:19 +00:00
class _FakeChangeNowResponse_0<T> extends _i1.Fake
implements _i2.ChangeNowResponse<T> {}
2022-08-30 22:39:18 +00:00
/// A class which mocks [Prefs].
///
/// See the documentation for Mockito's code generation for more information.
2022-09-03 16:30:19 +00:00
class MockPrefs extends _i1.Mock implements _i3.Prefs {
2022-08-30 22:39:18 +00:00
MockPrefs() {
_i1.throwOnMissingStub(this);
}
@override
bool get isInitialized =>
(super.noSuchMethod(Invocation.getter(#isInitialized), returnValue: false)
as bool);
@override
int get lastUnlockedTimeout => (super
.noSuchMethod(Invocation.getter(#lastUnlockedTimeout), returnValue: 0)
as int);
@override
set lastUnlockedTimeout(int? lastUnlockedTimeout) => super.noSuchMethod(
Invocation.setter(#lastUnlockedTimeout, lastUnlockedTimeout),
returnValueForMissingStub: null);
@override
int get lastUnlocked =>
(super.noSuchMethod(Invocation.getter(#lastUnlocked), returnValue: 0)
as int);
@override
set lastUnlocked(int? lastUnlocked) =>
super.noSuchMethod(Invocation.setter(#lastUnlocked, lastUnlocked),
returnValueForMissingStub: null);
@override
int get currentNotificationId =>
(super.noSuchMethod(Invocation.getter(#currentNotificationId),
returnValue: 0) as int);
@override
List<String> get walletIdsSyncOnStartup =>
(super.noSuchMethod(Invocation.getter(#walletIdsSyncOnStartup),
returnValue: <String>[]) as List<String>);
@override
set walletIdsSyncOnStartup(List<String>? walletIdsSyncOnStartup) =>
super.noSuchMethod(
Invocation.setter(#walletIdsSyncOnStartup, walletIdsSyncOnStartup),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
_i4.SyncingType get syncType =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(Invocation.getter(#syncType),
2022-09-03 16:30:19 +00:00
returnValue: _i4.SyncingType.currentWalletOnly) as _i4.SyncingType);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
set syncType(_i4.SyncingType? syncType) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.setter(#syncType, syncType),
returnValueForMissingStub: null);
@override
bool get wifiOnly =>
(super.noSuchMethod(Invocation.getter(#wifiOnly), returnValue: false)
as bool);
@override
set wifiOnly(bool? wifiOnly) =>
super.noSuchMethod(Invocation.setter(#wifiOnly, wifiOnly),
returnValueForMissingStub: null);
@override
bool get showFavoriteWallets =>
(super.noSuchMethod(Invocation.getter(#showFavoriteWallets),
returnValue: false) as bool);
@override
set showFavoriteWallets(bool? showFavoriteWallets) => super.noSuchMethod(
Invocation.setter(#showFavoriteWallets, showFavoriteWallets),
returnValueForMissingStub: null);
@override
String get language =>
(super.noSuchMethod(Invocation.getter(#language), returnValue: '')
as String);
@override
set language(String? newLanguage) =>
super.noSuchMethod(Invocation.setter(#language, newLanguage),
returnValueForMissingStub: null);
@override
String get currency =>
(super.noSuchMethod(Invocation.getter(#currency), returnValue: '')
as String);
@override
set currency(String? newCurrency) =>
super.noSuchMethod(Invocation.setter(#currency, newCurrency),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
_i5.ExchangeRateType get exchangeRateType =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(Invocation.getter(#exchangeRateType),
2022-09-03 16:30:19 +00:00
returnValue: _i5.ExchangeRateType.estimated) as _i5.ExchangeRateType);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
set exchangeRateType(_i5.ExchangeRateType? exchangeRateType) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.setter(#exchangeRateType, exchangeRateType),
returnValueForMissingStub: null);
@override
bool get useBiometrics =>
(super.noSuchMethod(Invocation.getter(#useBiometrics), returnValue: false)
as bool);
@override
set useBiometrics(bool? useBiometrics) =>
super.noSuchMethod(Invocation.setter(#useBiometrics, useBiometrics),
returnValueForMissingStub: null);
@override
bool get hasPin =>
(super.noSuchMethod(Invocation.getter(#hasPin), returnValue: false)
as bool);
@override
set hasPin(bool? hasPin) =>
super.noSuchMethod(Invocation.setter(#hasPin, hasPin),
returnValueForMissingStub: null);
@override
bool get showTestNetCoins =>
(super.noSuchMethod(Invocation.getter(#showTestNetCoins),
returnValue: false) as bool);
@override
set showTestNetCoins(bool? showTestNetCoins) =>
super.noSuchMethod(Invocation.setter(#showTestNetCoins, showTestNetCoins),
returnValueForMissingStub: null);
@override
bool get isAutoBackupEnabled =>
(super.noSuchMethod(Invocation.getter(#isAutoBackupEnabled),
returnValue: false) as bool);
@override
set isAutoBackupEnabled(bool? isAutoBackupEnabled) => super.noSuchMethod(
Invocation.setter(#isAutoBackupEnabled, isAutoBackupEnabled),
returnValueForMissingStub: null);
@override
set autoBackupLocation(String? autoBackupLocation) => super.noSuchMethod(
Invocation.setter(#autoBackupLocation, autoBackupLocation),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
_i6.BackupFrequencyType get backupFrequencyType =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(Invocation.getter(#backupFrequencyType),
2022-09-03 16:30:19 +00:00
returnValue: _i6.BackupFrequencyType.everyTenMinutes)
as _i6.BackupFrequencyType);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
set backupFrequencyType(_i6.BackupFrequencyType? backupFrequencyType) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(
Invocation.setter(#backupFrequencyType, backupFrequencyType),
returnValueForMissingStub: null);
@override
set lastAutoBackup(DateTime? lastAutoBackup) =>
super.noSuchMethod(Invocation.setter(#lastAutoBackup, lastAutoBackup),
returnValueForMissingStub: null);
@override
bool get hasListeners =>
(super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false)
as bool);
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> init() => (super.noSuchMethod(Invocation.method(#init, []),
2022-08-30 22:39:18 +00:00
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> incrementCurrentNotificationIndex() => (super.noSuchMethod(
2022-08-30 22:39:18 +00:00
Invocation.method(#incrementCurrentNotificationIndex, []),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
void addListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#addListener, [listener]),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
void removeListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#removeListener, [listener]),
returnValueForMissingStub: null);
@override
void dispose() => super.noSuchMethod(Invocation.method(#dispose, []),
returnValueForMissingStub: null);
@override
void notifyListeners() =>
super.noSuchMethod(Invocation.method(#notifyListeners, []),
returnValueForMissingStub: null);
}
/// A class which mocks [TradesService].
///
/// See the documentation for Mockito's code generation for more information.
2022-09-03 16:30:19 +00:00
class MockTradesService extends _i1.Mock implements _i9.TradesService {
2022-08-30 22:39:18 +00:00
MockTradesService() {
_i1.throwOnMissingStub(this);
}
@override
2022-09-03 16:30:19 +00:00
List<_i10.ExchangeTransaction> get trades =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(Invocation.getter(#trades),
2022-09-03 16:30:19 +00:00
returnValue: <_i10.ExchangeTransaction>[])
as List<_i10.ExchangeTransaction>);
2022-08-30 22:39:18 +00:00
@override
bool get hasListeners =>
(super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false)
as bool);
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> add(
{_i10.ExchangeTransaction? trade, bool? shouldNotifyListeners}) =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(
Invocation.method(#add, [],
{#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> edit(
{_i10.ExchangeTransaction? trade, bool? shouldNotifyListeners}) =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(
Invocation.method(#edit, [],
{#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> delete(
{_i10.ExchangeTransaction? trade, bool? shouldNotifyListeners}) =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(
Invocation.method(#delete, [],
{#trade: trade, #shouldNotifyListeners: shouldNotifyListeners}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> deleteByUuid({String? uuid, bool? shouldNotifyListeners}) =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(
Invocation.method(#deleteByUuid, [],
{#uuid: uuid, #shouldNotifyListeners: shouldNotifyListeners}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
void addListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#addListener, [listener]),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
void removeListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#removeListener, [listener]),
returnValueForMissingStub: null);
@override
void dispose() => super.noSuchMethod(Invocation.method(#dispose, []),
returnValueForMissingStub: null);
@override
void notifyListeners() =>
super.noSuchMethod(Invocation.method(#notifyListeners, []),
returnValueForMissingStub: null);
}
/// A class which mocks [TradeNotesService].
///
/// See the documentation for Mockito's code generation for more information.
2022-09-03 16:30:19 +00:00
class MockTradeNotesService extends _i1.Mock implements _i11.TradeNotesService {
2022-08-30 22:39:18 +00:00
MockTradeNotesService() {
_i1.throwOnMissingStub(this);
}
@override
Map<String, String> get all => (super.noSuchMethod(Invocation.getter(#all),
returnValue: <String, String>{}) as Map<String, String>);
@override
bool get hasListeners =>
(super.noSuchMethod(Invocation.getter(#hasListeners), returnValue: false)
as bool);
@override
String getNote({String? tradeId}) =>
(super.noSuchMethod(Invocation.method(#getNote, [], {#tradeId: tradeId}),
returnValue: '') as String);
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> set({String? tradeId, String? note}) => (super.noSuchMethod(
2022-08-30 22:39:18 +00:00
Invocation.method(#set, [], {#tradeId: tradeId, #note: note}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
_i7.Future<void> delete({String? tradeId}) =>
2022-08-30 22:39:18 +00:00
(super.noSuchMethod(Invocation.method(#delete, [], {#tradeId: tradeId}),
returnValue: Future<void>.value(),
2022-09-03 16:30:19 +00:00
returnValueForMissingStub: Future<void>.value()) as _i7.Future<void>);
2022-08-30 22:39:18 +00:00
@override
2022-09-03 16:30:19 +00:00
void addListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#addListener, [listener]),
returnValueForMissingStub: null);
@override
2022-09-03 16:30:19 +00:00
void removeListener(_i8.VoidCallback? listener) =>
2022-08-30 22:39:18 +00:00
super.noSuchMethod(Invocation.method(#removeListener, [listener]),
returnValueForMissingStub: null);
@override
void dispose() => super.noSuchMethod(Invocation.method(#dispose, []),
returnValueForMissingStub: null);
@override
void notifyListeners() =>
super.noSuchMethod(Invocation.method(#notifyListeners, []),
returnValueForMissingStub: null);
}
/// A class which mocks [ChangeNow].
///
/// See the documentation for Mockito's code generation for more information.
2022-09-03 16:30:19 +00:00
class MockChangeNow extends _i1.Mock implements _i12.ChangeNow {
2022-08-30 22:39:18 +00:00
MockChangeNow() {
_i1.throwOnMissingStub(this);
}
2022-09-03 16:30:19 +00:00
@override
set client(_i13.Client? _client) =>
super.noSuchMethod(Invocation.setter(#client, _client),
returnValueForMissingStub: null);
@override
_i7.Future<_i2.ChangeNowResponse<List<_i14.Currency>>> getAvailableCurrencies(
{bool? fixedRate, bool? active}) =>
(super.noSuchMethod(
Invocation.method(#getAvailableCurrencies, [],
{#fixedRate: fixedRate, #active: active}),
returnValue: Future<_i2.ChangeNowResponse<List<_i14.Currency>>>.value(
_FakeChangeNowResponse_0<List<_i14.Currency>>())) as _i7
.Future<_i2.ChangeNowResponse<List<_i14.Currency>>>);
@override
_i7.Future<_i2.ChangeNowResponse<List<_i14.Currency>>> getPairedCurrencies(
{String? ticker, bool? fixedRate}) =>
(super.noSuchMethod(
Invocation.method(#getPairedCurrencies, [],
{#ticker: ticker, #fixedRate: fixedRate}),
returnValue: Future<_i2.ChangeNowResponse<List<_i14.Currency>>>.value(
_FakeChangeNowResponse_0<List<_i14.Currency>>())) as _i7
.Future<_i2.ChangeNowResponse<List<_i14.Currency>>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i15.Decimal>> getMinimalExchangeAmount(
{String? fromTicker, String? toTicker, String? apiKey}) =>
(super.noSuchMethod(
Invocation.method(#getMinimalExchangeAmount, [], {
#fromTicker: fromTicker,
#toTicker: toTicker,
#apiKey: apiKey
}),
returnValue: Future<_i2.ChangeNowResponse<_i15.Decimal>>.value(
_FakeChangeNowResponse_0<_i15.Decimal>()))
as _i7.Future<_i2.ChangeNowResponse<_i15.Decimal>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i16.EstimatedExchangeAmount>>
getEstimatedExchangeAmount(
{String? fromTicker,
String? toTicker,
_i15.Decimal? fromAmount,
String? apiKey}) =>
(super.noSuchMethod(
Invocation.method(#getEstimatedExchangeAmount, [], {
#fromTicker: fromTicker,
#toTicker: toTicker,
#fromAmount: fromAmount,
#apiKey: apiKey
}),
returnValue: Future<
_i2.ChangeNowResponse<
_i16.EstimatedExchangeAmount>>.value(
_FakeChangeNowResponse_0<_i16.EstimatedExchangeAmount>()))
as _i7
.Future<_i2.ChangeNowResponse<_i16.EstimatedExchangeAmount>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i16.EstimatedExchangeAmount>>
getEstimatedFixedRateExchangeAmount(
{String? fromTicker,
String? toTicker,
_i15.Decimal? fromAmount,
bool? useRateId = true,
String? apiKey}) =>
(super.noSuchMethod(
Invocation.method(#getEstimatedFixedRateExchangeAmount, [], {
#fromTicker: fromTicker,
#toTicker: toTicker,
#fromAmount: fromAmount,
#useRateId: useRateId,
#apiKey: apiKey
}),
returnValue: Future<
_i2.ChangeNowResponse<
_i16.EstimatedExchangeAmount>>.value(
_FakeChangeNowResponse_0<_i16.EstimatedExchangeAmount>()))
as _i7
.Future<_i2.ChangeNowResponse<_i16.EstimatedExchangeAmount>>);
@override
_i7.Future<_i2.ChangeNowResponse<List<_i17.FixedRateMarket>>>
getAvailableFixedRateMarkets({String? apiKey}) => (super.noSuchMethod(
Invocation.method(
#getAvailableFixedRateMarkets, [], {#apiKey: apiKey}),
returnValue:
Future<_i2.ChangeNowResponse<List<_i17.FixedRateMarket>>>.value(
_FakeChangeNowResponse_0<List<_i17.FixedRateMarket>>())) as _i7
.Future<_i2.ChangeNowResponse<List<_i17.FixedRateMarket>>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i10.ExchangeTransaction>>
createStandardExchangeTransaction(
{String? fromTicker,
String? toTicker,
String? receivingAddress,
_i15.Decimal? amount,
String? extraId = r'',
String? userId = r'',
String? contactEmail = r'',
String? refundAddress = r'',
String? refundExtraId = r'',
String? apiKey}) =>
(super.noSuchMethod(
Invocation.method(#createStandardExchangeTransaction, [], {
#fromTicker: fromTicker,
#toTicker: toTicker,
#receivingAddress: receivingAddress,
#amount: amount,
#extraId: extraId,
#userId: userId,
#contactEmail: contactEmail,
#refundAddress: refundAddress,
#refundExtraId: refundExtraId,
#apiKey: apiKey
}),
returnValue: Future<
_i2.ChangeNowResponse<_i10.ExchangeTransaction>>.value(
_FakeChangeNowResponse_0<_i10.ExchangeTransaction>())) as _i7
.Future<_i2.ChangeNowResponse<_i10.ExchangeTransaction>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i10.ExchangeTransaction>>
createFixedRateExchangeTransaction(
{String? fromTicker,
String? toTicker,
String? receivingAddress,
_i15.Decimal? amount,
String? rateId,
String? extraId = r'',
String? userId = r'',
String? contactEmail = r'',
String? refundAddress = r'',
String? refundExtraId = r'',
String? apiKey}) =>
(super.noSuchMethod(
Invocation.method(#createFixedRateExchangeTransaction, [], {
#fromTicker: fromTicker,
#toTicker: toTicker,
#receivingAddress: receivingAddress,
#amount: amount,
#rateId: rateId,
#extraId: extraId,
#userId: userId,
#contactEmail: contactEmail,
#refundAddress: refundAddress,
#refundExtraId: refundExtraId,
#apiKey: apiKey
}),
returnValue: Future<
_i2.ChangeNowResponse<_i10.ExchangeTransaction>>.value(
_FakeChangeNowResponse_0<_i10.ExchangeTransaction>())) as _i7
.Future<_i2.ChangeNowResponse<_i10.ExchangeTransaction>>);
@override
_i7.Future<_i2.ChangeNowResponse<_i18.ExchangeTransactionStatus>>
getTransactionStatus({String? id, String? apiKey}) => (super.noSuchMethod(
Invocation.method(
#getTransactionStatus, [], {#id: id, #apiKey: apiKey}),
returnValue:
Future<_i2.ChangeNowResponse<_i18.ExchangeTransactionStatus>>.value(
_FakeChangeNowResponse_0<_i18.ExchangeTransactionStatus>())) as _i7
.Future<_i2.ChangeNowResponse<_i18.ExchangeTransactionStatus>>);
@override
_i7.Future<_i2.ChangeNowResponse<List<_i19.AvailableFloatingRatePair>>>
getAvailableFloatingRatePairs({bool? includePartners = false}) => (super
.noSuchMethod(
Invocation.method(#getAvailableFloatingRatePairs, [],
{#includePartners: includePartners}),
returnValue:
Future<_i2.ChangeNowResponse<List<_i19.AvailableFloatingRatePair>>>.value(
_FakeChangeNowResponse_0<List<_i19.AvailableFloatingRatePair>>())) as _i7
.Future<_i2.ChangeNowResponse<List<_i19.AvailableFloatingRatePair>>>);
2022-08-30 22:39:18 +00:00
}