mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
feat: regenerate mocks
This commit is contained in:
@@ -241,6 +241,26 @@ class MockPersistenceService extends _i1.Mock implements _i3.PersistenceService
|
||||
returnValueForMissingStub: _i4.Future<void>.value(),
|
||||
) as _i4.Future<void>);
|
||||
|
||||
@override
|
||||
int getDiscoveryTimeout() => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#getDiscoveryTimeout,
|
||||
[],
|
||||
),
|
||||
returnValue: 0,
|
||||
returnValueForMissingStub: 0,
|
||||
) as int);
|
||||
|
||||
@override
|
||||
_i4.Future<void> setDiscoveryTimeout(int? timeout) => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
#setDiscoveryTimeout,
|
||||
[timeout],
|
||||
),
|
||||
returnValue: _i4.Future<void>.value(),
|
||||
returnValueForMissingStub: _i4.Future<void>.value(),
|
||||
) as _i4.Future<void>);
|
||||
|
||||
@override
|
||||
bool getShareViaLinkAutoAccept() => (super.noSuchMethod(
|
||||
Invocation.method(
|
||||
|
||||
Reference in New Issue
Block a user