update mocks

This commit is contained in:
julian 2023-02-13 13:01:06 -06:00
parent 69782a1bb2
commit a42e5278a9
8 changed files with 153 additions and 128 deletions

View file

@ -306,15 +306,18 @@ class MockWallets extends _i1.Mock implements _i19.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i15.Tuple2<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i20.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i15.Tuple2<_i20.Coin,
) as Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i15.Tuple2<_i20.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i20.Coin? coin) => _i20.Coin? coin) =>

View file

@ -303,15 +303,18 @@ class MockWallets extends _i1.Mock implements _i19.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i14.Tuple2<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i20.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i14.Tuple2<_i20.Coin,
) as Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i14.Tuple2<_i20.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i20.Coin? coin) => _i20.Coin? coin) =>

View file

@ -3,23 +3,24 @@
// Do not manually edit this file. // Do not manually edit this file.
// ignore_for_file: no_leading_underscores_for_library_prefixes // ignore_for_file: no_leading_underscores_for_library_prefixes
import 'dart:async' as _i10; import 'dart:async' as _i11;
import 'dart:ui' as _i12; import 'dart:ui' as _i13;
import 'package:flutter/foundation.dart' as _i4; import 'package:flutter/foundation.dart' as _i4;
import 'package:flutter_riverpod/flutter_riverpod.dart' as _i5; import 'package:flutter_riverpod/flutter_riverpod.dart' as _i5;
import 'package:mockito/mockito.dart' as _i1; import 'package:mockito/mockito.dart' as _i1;
import 'package:stackwallet/models/node_model.dart' as _i15; import 'package:stackwallet/models/node_model.dart' as _i16;
import 'package:stackwallet/services/coins/manager.dart' as _i6; import 'package:stackwallet/services/coins/manager.dart' as _i6;
import 'package:stackwallet/services/node_service.dart' as _i3; import 'package:stackwallet/services/node_service.dart' as _i3;
import 'package:stackwallet/services/wallets.dart' as _i8; import 'package:stackwallet/services/wallets.dart' as _i8;
import 'package:stackwallet/services/wallets_service.dart' as _i2; import 'package:stackwallet/services/wallets_service.dart' as _i2;
import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i14; import 'package:stackwallet/utilities/enums/backup_frequency_type.dart' as _i15;
import 'package:stackwallet/utilities/enums/coin_enum.dart' as _i9; import 'package:stackwallet/utilities/enums/coin_enum.dart' as _i9;
import 'package:stackwallet/utilities/enums/sync_type_enum.dart' as _i13; import 'package:stackwallet/utilities/enums/sync_type_enum.dart' as _i14;
import 'package:stackwallet/utilities/flutter_secure_storage_interface.dart' import 'package:stackwallet/utilities/flutter_secure_storage_interface.dart'
as _i7; as _i7;
import 'package:stackwallet/utilities/prefs.dart' as _i11; import 'package:stackwallet/utilities/prefs.dart' as _i12;
import 'package:tuple/tuple.dart' as _i10;
// ignore_for_file: type=lint // ignore_for_file: type=lint
// ignore_for_file: avoid_redundant_argument_values // ignore_for_file: avoid_redundant_argument_values
@ -165,15 +166,18 @@ class MockWallets extends _i1.Mock implements _i8.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i9.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i10.Tuple2<_i9.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i9.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i10.Tuple2<_i9.Coin,
) as Map<_i9.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i10.Tuple2<_i9.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i9.Coin? coin) => _i9.Coin? coin) =>
@ -240,17 +244,17 @@ class MockWallets extends _i1.Mock implements _i8.Wallets {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
_i10.Future<void> load(_i11.Prefs? prefs) => (super.noSuchMethod( _i11.Future<void> load(_i12.Prefs? prefs) => (super.noSuchMethod(
Invocation.method( Invocation.method(
#load, #load,
[prefs], [prefs],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> loadAfterStackRestore( _i11.Future<void> loadAfterStackRestore(
_i11.Prefs? prefs, _i12.Prefs? prefs,
List<_i6.Manager>? managers, List<_i6.Manager>? managers,
) => ) =>
(super.noSuchMethod( (super.noSuchMethod(
@ -261,11 +265,11 @@ class MockWallets extends _i1.Mock implements _i8.Wallets {
managers, managers,
], ],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
void addListener(_i12.VoidCallback? listener) => super.noSuchMethod( void addListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#addListener, #addListener,
[listener], [listener],
@ -273,7 +277,7 @@ class MockWallets extends _i1.Mock implements _i8.Wallets {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
void removeListener(_i12.VoidCallback? listener) => super.noSuchMethod( void removeListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#removeListener, #removeListener,
[listener], [listener],
@ -293,7 +297,7 @@ class MockWallets extends _i1.Mock implements _i8.Wallets {
/// A class which mocks [Prefs]. /// A class which mocks [Prefs].
/// ///
/// See the documentation for Mockito's code generation for more information. /// See the documentation for Mockito's code generation for more information.
class MockPrefs extends _i1.Mock implements _i11.Prefs { class MockPrefs extends _i1.Mock implements _i12.Prefs {
MockPrefs() { MockPrefs() {
_i1.throwOnMissingStub(this); _i1.throwOnMissingStub(this);
} }
@ -349,12 +353,12 @@ class MockPrefs extends _i1.Mock implements _i11.Prefs {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
_i13.SyncingType get syncType => (super.noSuchMethod( _i14.SyncingType get syncType => (super.noSuchMethod(
Invocation.getter(#syncType), Invocation.getter(#syncType),
returnValue: _i13.SyncingType.currentWalletOnly, returnValue: _i14.SyncingType.currentWalletOnly,
) as _i13.SyncingType); ) as _i14.SyncingType);
@override @override
set syncType(_i13.SyncingType? syncType) => super.noSuchMethod( set syncType(_i14.SyncingType? syncType) => super.noSuchMethod(
Invocation.setter( Invocation.setter(
#syncType, #syncType,
syncType, syncType,
@ -487,12 +491,12 @@ class MockPrefs extends _i1.Mock implements _i11.Prefs {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
_i14.BackupFrequencyType get backupFrequencyType => (super.noSuchMethod( _i15.BackupFrequencyType get backupFrequencyType => (super.noSuchMethod(
Invocation.getter(#backupFrequencyType), Invocation.getter(#backupFrequencyType),
returnValue: _i14.BackupFrequencyType.everyTenMinutes, returnValue: _i15.BackupFrequencyType.everyTenMinutes,
) as _i14.BackupFrequencyType); ) as _i15.BackupFrequencyType);
@override @override
set backupFrequencyType(_i14.BackupFrequencyType? backupFrequencyType) => set backupFrequencyType(_i15.BackupFrequencyType? backupFrequencyType) =>
super.noSuchMethod( super.noSuchMethod(
Invocation.setter( Invocation.setter(
#backupFrequencyType, #backupFrequencyType,
@ -562,51 +566,51 @@ class MockPrefs extends _i1.Mock implements _i11.Prefs {
returnValue: false, returnValue: false,
) as bool); ) as bool);
@override @override
_i10.Future<void> init() => (super.noSuchMethod( _i11.Future<void> init() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#init, #init,
[], [],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> incrementCurrentNotificationIndex() => (super.noSuchMethod( _i11.Future<void> incrementCurrentNotificationIndex() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#incrementCurrentNotificationIndex, #incrementCurrentNotificationIndex,
[], [],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<bool> isExternalCallsSet() => (super.noSuchMethod( _i11.Future<bool> isExternalCallsSet() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#isExternalCallsSet, #isExternalCallsSet,
[], [],
), ),
returnValue: _i10.Future<bool>.value(false), returnValue: _i11.Future<bool>.value(false),
) as _i10.Future<bool>); ) as _i11.Future<bool>);
@override @override
_i10.Future<void> saveUserID(String? userId) => (super.noSuchMethod( _i11.Future<void> saveUserID(String? userId) => (super.noSuchMethod(
Invocation.method( Invocation.method(
#saveUserID, #saveUserID,
[userId], [userId],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> saveSignupEpoch(int? signupEpoch) => (super.noSuchMethod( _i11.Future<void> saveSignupEpoch(int? signupEpoch) => (super.noSuchMethod(
Invocation.method( Invocation.method(
#saveSignupEpoch, #saveSignupEpoch,
[signupEpoch], [signupEpoch],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
void addListener(_i12.VoidCallback? listener) => super.noSuchMethod( void addListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#addListener, #addListener,
[listener], [listener],
@ -614,7 +618,7 @@ class MockPrefs extends _i1.Mock implements _i11.Prefs {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
void removeListener(_i12.VoidCallback? listener) => super.noSuchMethod( void removeListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#removeListener, #removeListener,
[listener], [listener],
@ -656,33 +660,33 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
), ),
) as _i7.SecureStorageInterface); ) as _i7.SecureStorageInterface);
@override @override
List<_i15.NodeModel> get primaryNodes => (super.noSuchMethod( List<_i16.NodeModel> get primaryNodes => (super.noSuchMethod(
Invocation.getter(#primaryNodes), Invocation.getter(#primaryNodes),
returnValue: <_i15.NodeModel>[], returnValue: <_i16.NodeModel>[],
) as List<_i15.NodeModel>); ) as List<_i16.NodeModel>);
@override @override
List<_i15.NodeModel> get nodes => (super.noSuchMethod( List<_i16.NodeModel> get nodes => (super.noSuchMethod(
Invocation.getter(#nodes), Invocation.getter(#nodes),
returnValue: <_i15.NodeModel>[], returnValue: <_i16.NodeModel>[],
) as List<_i15.NodeModel>); ) as List<_i16.NodeModel>);
@override @override
bool get hasListeners => (super.noSuchMethod( bool get hasListeners => (super.noSuchMethod(
Invocation.getter(#hasListeners), Invocation.getter(#hasListeners),
returnValue: false, returnValue: false,
) as bool); ) as bool);
@override @override
_i10.Future<void> updateDefaults() => (super.noSuchMethod( _i11.Future<void> updateDefaults() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#updateDefaults, #updateDefaults,
[], [],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> setPrimaryNodeFor({ _i11.Future<void> setPrimaryNodeFor({
required _i9.Coin? coin, required _i9.Coin? coin,
required _i15.NodeModel? node, required _i16.NodeModel? node,
bool? shouldNotifyListeners = false, bool? shouldNotifyListeners = false,
}) => }) =>
(super.noSuchMethod( (super.noSuchMethod(
@ -695,44 +699,44 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
#shouldNotifyListeners: shouldNotifyListeners, #shouldNotifyListeners: shouldNotifyListeners,
}, },
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i15.NodeModel? getPrimaryNodeFor({required _i9.Coin? coin}) => _i16.NodeModel? getPrimaryNodeFor({required _i9.Coin? coin}) =>
(super.noSuchMethod(Invocation.method( (super.noSuchMethod(Invocation.method(
#getPrimaryNodeFor, #getPrimaryNodeFor,
[], [],
{#coin: coin}, {#coin: coin},
)) as _i15.NodeModel?); )) as _i16.NodeModel?);
@override @override
List<_i15.NodeModel> getNodesFor(_i9.Coin? coin) => (super.noSuchMethod( List<_i16.NodeModel> getNodesFor(_i9.Coin? coin) => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getNodesFor, #getNodesFor,
[coin], [coin],
), ),
returnValue: <_i15.NodeModel>[], returnValue: <_i16.NodeModel>[],
) as List<_i15.NodeModel>); ) as List<_i16.NodeModel>);
@override @override
_i15.NodeModel? getNodeById({required String? id}) => _i16.NodeModel? getNodeById({required String? id}) =>
(super.noSuchMethod(Invocation.method( (super.noSuchMethod(Invocation.method(
#getNodeById, #getNodeById,
[], [],
{#id: id}, {#id: id},
)) as _i15.NodeModel?); )) as _i16.NodeModel?);
@override @override
List<_i15.NodeModel> failoverNodesFor({required _i9.Coin? coin}) => List<_i16.NodeModel> failoverNodesFor({required _i9.Coin? coin}) =>
(super.noSuchMethod( (super.noSuchMethod(
Invocation.method( Invocation.method(
#failoverNodesFor, #failoverNodesFor,
[], [],
{#coin: coin}, {#coin: coin},
), ),
returnValue: <_i15.NodeModel>[], returnValue: <_i16.NodeModel>[],
) as List<_i15.NodeModel>); ) as List<_i16.NodeModel>);
@override @override
_i10.Future<void> add( _i11.Future<void> add(
_i15.NodeModel? node, _i16.NodeModel? node,
String? password, String? password,
bool? shouldNotifyListeners, bool? shouldNotifyListeners,
) => ) =>
@ -745,11 +749,11 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
shouldNotifyListeners, shouldNotifyListeners,
], ],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> delete( _i11.Future<void> delete(
String? id, String? id,
bool? shouldNotifyListeners, bool? shouldNotifyListeners,
) => ) =>
@ -761,11 +765,11 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
shouldNotifyListeners, shouldNotifyListeners,
], ],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> setEnabledState( _i11.Future<void> setEnabledState(
String? id, String? id,
bool? enabled, bool? enabled,
bool? shouldNotifyListeners, bool? shouldNotifyListeners,
@ -779,12 +783,12 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
shouldNotifyListeners, shouldNotifyListeners,
], ],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> edit( _i11.Future<void> edit(
_i15.NodeModel? editedNode, _i16.NodeModel? editedNode,
String? password, String? password,
bool? shouldNotifyListeners, bool? shouldNotifyListeners,
) => ) =>
@ -797,20 +801,20 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
shouldNotifyListeners, shouldNotifyListeners,
], ],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
_i10.Future<void> updateCommunityNodes() => (super.noSuchMethod( _i11.Future<void> updateCommunityNodes() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#updateCommunityNodes, #updateCommunityNodes,
[], [],
), ),
returnValue: _i10.Future<void>.value(), returnValue: _i11.Future<void>.value(),
returnValueForMissingStub: _i10.Future<void>.value(), returnValueForMissingStub: _i11.Future<void>.value(),
) as _i10.Future<void>); ) as _i11.Future<void>);
@override @override
void addListener(_i12.VoidCallback? listener) => super.noSuchMethod( void addListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#addListener, #addListener,
[listener], [listener],
@ -818,7 +822,7 @@ class MockNodeService extends _i1.Mock implements _i3.NodeService {
returnValueForMissingStub: null, returnValueForMissingStub: null,
); );
@override @override
void removeListener(_i12.VoidCallback? listener) => super.noSuchMethod( void removeListener(_i13.VoidCallback? listener) => super.noSuchMethod(
Invocation.method( Invocation.method(
#removeListener, #removeListener,
[listener], [listener],

View file

@ -290,15 +290,18 @@ class MockWallets extends _i1.Mock implements _i18.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i19.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i14.Tuple2<_i19.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i19.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i14.Tuple2<_i19.Coin,
) as Map<_i19.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i14.Tuple2<_i19.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i19.Coin? coin) => _i19.Coin? coin) =>

View file

@ -270,15 +270,18 @@ class MockWallets extends _i1.Mock implements _i16.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i17.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i15.Tuple2<_i17.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i17.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i15.Tuple2<_i17.Coin,
) as Map<_i17.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i15.Tuple2<_i17.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i17.Coin? coin) => _i17.Coin? coin) =>

View file

@ -279,15 +279,18 @@ class MockWallets extends _i1.Mock implements _i17.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i18.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i14.Tuple2<_i18.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i18.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i14.Tuple2<_i18.Coin,
) as Map<_i18.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i14.Tuple2<_i18.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i18.Coin? coin) => _i18.Coin? coin) =>

View file

@ -302,15 +302,18 @@ class MockWallets extends _i1.Mock implements _i19.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i14.Tuple2<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i20.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i14.Tuple2<_i20.Coin,
) as Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i14.Tuple2<_i20.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i20.Coin? coin) => _i20.Coin? coin) =>

View file

@ -302,15 +302,18 @@ class MockWallets extends _i1.Mock implements _i19.Wallets {
returnValue: <String>[], returnValue: <String>[],
) as List<String>); ) as List<String>);
@override @override
Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>> List<_i14.Tuple2<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>>
getManagerProvidersByCoin() => (super.noSuchMethod( getManagerProvidersByCoin() => (super.noSuchMethod(
Invocation.method( Invocation.method(
#getManagerProvidersByCoin, #getManagerProvidersByCoin,
[], [],
), ),
returnValue: <_i20.Coin, returnValue: <
List<_i5.ChangeNotifierProvider<_i6.Manager>>>{}, _i14.Tuple2<_i20.Coin,
) as Map<_i20.Coin, List<_i5.ChangeNotifierProvider<_i6.Manager>>>); List<_i5.ChangeNotifierProvider<_i6.Manager>>>>[],
) as List<
_i14.Tuple2<_i20.Coin,
List<_i5.ChangeNotifierProvider<_i6.Manager>>>>);
@override @override
List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin( List<_i5.ChangeNotifierProvider<_i6.Manager>> getManagerProvidersForCoin(
_i20.Coin? coin) => _i20.Coin? coin) =>