diff --git a/lib/src/version.dart b/lib/src/version.dart index 399bbe95..6a6a1c1e 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.0.16'; +const packageVersion = '2.1.4'; diff --git a/test/shared/shared_test_utils.mocks.dart b/test/shared/shared_test_utils.mocks.dart index 772acccc..40a73915 100644 --- a/test/shared/shared_test_utils.mocks.dart +++ b/test/shared/shared_test_utils.mocks.dart @@ -924,6 +924,19 @@ class MockCore extends _i1.Mock implements _i23.Core { _i1.throwOnMissingStub(this); } + @override + String get relayUrl => (super.noSuchMethod( + Invocation.getter(#relayUrl), + returnValue: '', + ) as String); + @override + set relayUrl(String? _relayUrl) => super.noSuchMethod( + Invocation.setter( + #relayUrl, + _relayUrl, + ), + returnValueForMissingStub: null, + ); @override String get projectId => (super.noSuchMethod( Invocation.getter(#projectId), @@ -1015,14 +1028,6 @@ class MockCore extends _i1.Mock implements _i23.Core { returnValueForMissingStub: null, ); @override - _i15.Logger get logger => (super.noSuchMethod( - Invocation.getter(#logger), - returnValue: _FakeLogger_15( - this, - Invocation.getter(#logger), - ), - ) as _i15.Logger); - @override _i7.IStore> get storage => (super.noSuchMethod( Invocation.getter(#storage), returnValue: _FakeIStore_7>( @@ -1049,10 +1054,13 @@ class MockCore extends _i1.Mock implements _i23.Core { returnValue: '', ) as String); @override - String get relayUrl => (super.noSuchMethod( - Invocation.getter(#relayUrl), - returnValue: '', - ) as String); + _i15.Logger get logger => (super.noSuchMethod( + Invocation.getter(#logger), + returnValue: _FakeLogger_15( + this, + Invocation.getter(#logger), + ), + ) as _i15.Logger); @override _i18.Future start() => (super.noSuchMethod( Invocation.method(