···
1
+
// Mocks generated by Mockito 5.4.6 from annotations
2
+
// in coves_flutter/test/services/coves_auth_service_test.dart.
3
+
// Do not manually edit this file.
5
+
// ignore_for_file: no_leading_underscores_for_library_prefixes
6
+
import 'dart:async' as _i9;
8
+
import 'package:dio/src/adapter.dart' as _i4;
9
+
import 'package:dio/src/cancel_token.dart' as _i10;
10
+
import 'package:dio/src/dio.dart' as _i7;
11
+
import 'package:dio/src/dio_mixin.dart' as _i3;
12
+
import 'package:dio/src/options.dart' as _i2;
13
+
import 'package:dio/src/response.dart' as _i6;
14
+
import 'package:dio/src/transformer.dart' as _i5;
15
+
import 'package:flutter/foundation.dart' as _i11;
16
+
import 'package:flutter_secure_storage/flutter_secure_storage.dart' as _i8;
17
+
import 'package:mockito/mockito.dart' as _i1;
19
+
// ignore_for_file: type=lint
20
+
// ignore_for_file: avoid_redundant_argument_values
21
+
// ignore_for_file: avoid_setters_without_getters
22
+
// ignore_for_file: comment_references
23
+
// ignore_for_file: deprecated_member_use
24
+
// ignore_for_file: deprecated_member_use_from_same_package
25
+
// ignore_for_file: implementation_imports
26
+
// ignore_for_file: invalid_use_of_visible_for_testing_member
27
+
// ignore_for_file: must_be_immutable
28
+
// ignore_for_file: prefer_const_constructors
29
+
// ignore_for_file: unnecessary_parenthesis
30
+
// ignore_for_file: camel_case_types
31
+
// ignore_for_file: subtype_of_sealed_class
32
+
// ignore_for_file: invalid_use_of_internal_member
34
+
class _FakeBaseOptions_0 extends _i1.SmartFake implements _i2.BaseOptions {
35
+
_FakeBaseOptions_0(Object parent, Invocation parentInvocation)
36
+
: super(parent, parentInvocation);
39
+
class _FakeInterceptors_1 extends _i1.SmartFake implements _i3.Interceptors {
40
+
_FakeInterceptors_1(Object parent, Invocation parentInvocation)
41
+
: super(parent, parentInvocation);
44
+
class _FakeHttpClientAdapter_2 extends _i1.SmartFake
45
+
implements _i4.HttpClientAdapter {
46
+
_FakeHttpClientAdapter_2(Object parent, Invocation parentInvocation)
47
+
: super(parent, parentInvocation);
50
+
class _FakeTransformer_3 extends _i1.SmartFake implements _i5.Transformer {
51
+
_FakeTransformer_3(Object parent, Invocation parentInvocation)
52
+
: super(parent, parentInvocation);
55
+
class _FakeResponse_4<T1> extends _i1.SmartFake implements _i6.Response<T1> {
56
+
_FakeResponse_4(Object parent, Invocation parentInvocation)
57
+
: super(parent, parentInvocation);
60
+
class _FakeDio_5 extends _i1.SmartFake implements _i7.Dio {
61
+
_FakeDio_5(Object parent, Invocation parentInvocation)
62
+
: super(parent, parentInvocation);
65
+
class _FakeIOSOptions_6 extends _i1.SmartFake implements _i8.IOSOptions {
66
+
_FakeIOSOptions_6(Object parent, Invocation parentInvocation)
67
+
: super(parent, parentInvocation);
70
+
class _FakeAndroidOptions_7 extends _i1.SmartFake
71
+
implements _i8.AndroidOptions {
72
+
_FakeAndroidOptions_7(Object parent, Invocation parentInvocation)
73
+
: super(parent, parentInvocation);
76
+
class _FakeLinuxOptions_8 extends _i1.SmartFake implements _i8.LinuxOptions {
77
+
_FakeLinuxOptions_8(Object parent, Invocation parentInvocation)
78
+
: super(parent, parentInvocation);
81
+
class _FakeWindowsOptions_9 extends _i1.SmartFake
82
+
implements _i8.WindowsOptions {
83
+
_FakeWindowsOptions_9(Object parent, Invocation parentInvocation)
84
+
: super(parent, parentInvocation);
87
+
class _FakeWebOptions_10 extends _i1.SmartFake implements _i8.WebOptions {
88
+
_FakeWebOptions_10(Object parent, Invocation parentInvocation)
89
+
: super(parent, parentInvocation);
92
+
class _FakeMacOsOptions_11 extends _i1.SmartFake implements _i8.MacOsOptions {
93
+
_FakeMacOsOptions_11(Object parent, Invocation parentInvocation)
94
+
: super(parent, parentInvocation);
97
+
/// A class which mocks [Dio].
99
+
/// See the documentation for Mockito's code generation for more information.
100
+
class MockDio extends _i1.Mock implements _i7.Dio {
102
+
_i1.throwOnMissingStub(this);
106
+
_i2.BaseOptions get options =>
107
+
(super.noSuchMethod(
108
+
Invocation.getter(#options),
109
+
returnValue: _FakeBaseOptions_0(this, Invocation.getter(#options)),
111
+
as _i2.BaseOptions);
114
+
_i3.Interceptors get interceptors =>
115
+
(super.noSuchMethod(
116
+
Invocation.getter(#interceptors),
117
+
returnValue: _FakeInterceptors_1(
119
+
Invocation.getter(#interceptors),
122
+
as _i3.Interceptors);
125
+
_i4.HttpClientAdapter get httpClientAdapter =>
126
+
(super.noSuchMethod(
127
+
Invocation.getter(#httpClientAdapter),
128
+
returnValue: _FakeHttpClientAdapter_2(
130
+
Invocation.getter(#httpClientAdapter),
133
+
as _i4.HttpClientAdapter);
136
+
_i5.Transformer get transformer =>
137
+
(super.noSuchMethod(
138
+
Invocation.getter(#transformer),
139
+
returnValue: _FakeTransformer_3(
141
+
Invocation.getter(#transformer),
144
+
as _i5.Transformer);
147
+
set options(_i2.BaseOptions? value) => super.noSuchMethod(
148
+
Invocation.setter(#options, value),
149
+
returnValueForMissingStub: null,
153
+
set httpClientAdapter(_i4.HttpClientAdapter? value) => super.noSuchMethod(
154
+
Invocation.setter(#httpClientAdapter, value),
155
+
returnValueForMissingStub: null,
159
+
set transformer(_i5.Transformer? value) => super.noSuchMethod(
160
+
Invocation.setter(#transformer, value),
161
+
returnValueForMissingStub: null,
165
+
void close({bool? force = false}) => super.noSuchMethod(
166
+
Invocation.method(#close, [], {#force: force}),
167
+
returnValueForMissingStub: null,
171
+
_i9.Future<_i6.Response<T>> head<T>(
174
+
Map<String, dynamic>? queryParameters,
175
+
_i2.Options? options,
176
+
_i10.CancelToken? cancelToken,
178
+
(super.noSuchMethod(
184
+
#queryParameters: queryParameters,
186
+
#cancelToken: cancelToken,
189
+
returnValue: _i9.Future<_i6.Response<T>>.value(
190
+
_FakeResponse_4<T>(
197
+
#queryParameters: queryParameters,
199
+
#cancelToken: cancelToken,
205
+
as _i9.Future<_i6.Response<T>>);
208
+
_i9.Future<_i6.Response<T>> headUri<T>(
211
+
_i2.Options? options,
212
+
_i10.CancelToken? cancelToken,
214
+
(super.noSuchMethod(
218
+
{#data: data, #options: options, #cancelToken: cancelToken},
220
+
returnValue: _i9.Future<_i6.Response<T>>.value(
221
+
_FakeResponse_4<T>(
226
+
{#data: data, #options: options, #cancelToken: cancelToken},
231
+
as _i9.Future<_i6.Response<T>>);
234
+
_i9.Future<_i6.Response<T>> get<T>(
237
+
Map<String, dynamic>? queryParameters,
238
+
_i2.Options? options,
239
+
_i10.CancelToken? cancelToken,
240
+
_i2.ProgressCallback? onReceiveProgress,
242
+
(super.noSuchMethod(
248
+
#queryParameters: queryParameters,
250
+
#cancelToken: cancelToken,
251
+
#onReceiveProgress: onReceiveProgress,
254
+
returnValue: _i9.Future<_i6.Response<T>>.value(
255
+
_FakeResponse_4<T>(
262
+
#queryParameters: queryParameters,
264
+
#cancelToken: cancelToken,
265
+
#onReceiveProgress: onReceiveProgress,
271
+
as _i9.Future<_i6.Response<T>>);
274
+
_i9.Future<_i6.Response<T>> getUri<T>(
277
+
_i2.Options? options,
278
+
_i10.CancelToken? cancelToken,
279
+
_i2.ProgressCallback? onReceiveProgress,
281
+
(super.noSuchMethod(
288
+
#cancelToken: cancelToken,
289
+
#onReceiveProgress: onReceiveProgress,
292
+
returnValue: _i9.Future<_i6.Response<T>>.value(
293
+
_FakeResponse_4<T>(
301
+
#cancelToken: cancelToken,
302
+
#onReceiveProgress: onReceiveProgress,
308
+
as _i9.Future<_i6.Response<T>>);
311
+
_i9.Future<_i6.Response<T>> post<T>(
314
+
Map<String, dynamic>? queryParameters,
315
+
_i2.Options? options,
316
+
_i10.CancelToken? cancelToken,
317
+
_i2.ProgressCallback? onSendProgress,
318
+
_i2.ProgressCallback? onReceiveProgress,
320
+
(super.noSuchMethod(
326
+
#queryParameters: queryParameters,
328
+
#cancelToken: cancelToken,
329
+
#onSendProgress: onSendProgress,
330
+
#onReceiveProgress: onReceiveProgress,
333
+
returnValue: _i9.Future<_i6.Response<T>>.value(
334
+
_FakeResponse_4<T>(
341
+
#queryParameters: queryParameters,
343
+
#cancelToken: cancelToken,
344
+
#onSendProgress: onSendProgress,
345
+
#onReceiveProgress: onReceiveProgress,
351
+
as _i9.Future<_i6.Response<T>>);
354
+
_i9.Future<_i6.Response<T>> postUri<T>(
357
+
_i2.Options? options,
358
+
_i10.CancelToken? cancelToken,
359
+
_i2.ProgressCallback? onSendProgress,
360
+
_i2.ProgressCallback? onReceiveProgress,
362
+
(super.noSuchMethod(
369
+
#cancelToken: cancelToken,
370
+
#onSendProgress: onSendProgress,
371
+
#onReceiveProgress: onReceiveProgress,
374
+
returnValue: _i9.Future<_i6.Response<T>>.value(
375
+
_FakeResponse_4<T>(
383
+
#cancelToken: cancelToken,
384
+
#onSendProgress: onSendProgress,
385
+
#onReceiveProgress: onReceiveProgress,
391
+
as _i9.Future<_i6.Response<T>>);
394
+
_i9.Future<_i6.Response<T>> put<T>(
397
+
Map<String, dynamic>? queryParameters,
398
+
_i2.Options? options,
399
+
_i10.CancelToken? cancelToken,
400
+
_i2.ProgressCallback? onSendProgress,
401
+
_i2.ProgressCallback? onReceiveProgress,
403
+
(super.noSuchMethod(
409
+
#queryParameters: queryParameters,
411
+
#cancelToken: cancelToken,
412
+
#onSendProgress: onSendProgress,
413
+
#onReceiveProgress: onReceiveProgress,
416
+
returnValue: _i9.Future<_i6.Response<T>>.value(
417
+
_FakeResponse_4<T>(
424
+
#queryParameters: queryParameters,
426
+
#cancelToken: cancelToken,
427
+
#onSendProgress: onSendProgress,
428
+
#onReceiveProgress: onReceiveProgress,
434
+
as _i9.Future<_i6.Response<T>>);
437
+
_i9.Future<_i6.Response<T>> putUri<T>(
440
+
_i2.Options? options,
441
+
_i10.CancelToken? cancelToken,
442
+
_i2.ProgressCallback? onSendProgress,
443
+
_i2.ProgressCallback? onReceiveProgress,
445
+
(super.noSuchMethod(
452
+
#cancelToken: cancelToken,
453
+
#onSendProgress: onSendProgress,
454
+
#onReceiveProgress: onReceiveProgress,
457
+
returnValue: _i9.Future<_i6.Response<T>>.value(
458
+
_FakeResponse_4<T>(
466
+
#cancelToken: cancelToken,
467
+
#onSendProgress: onSendProgress,
468
+
#onReceiveProgress: onReceiveProgress,
474
+
as _i9.Future<_i6.Response<T>>);
477
+
_i9.Future<_i6.Response<T>> patch<T>(
480
+
Map<String, dynamic>? queryParameters,
481
+
_i2.Options? options,
482
+
_i10.CancelToken? cancelToken,
483
+
_i2.ProgressCallback? onSendProgress,
484
+
_i2.ProgressCallback? onReceiveProgress,
486
+
(super.noSuchMethod(
492
+
#queryParameters: queryParameters,
494
+
#cancelToken: cancelToken,
495
+
#onSendProgress: onSendProgress,
496
+
#onReceiveProgress: onReceiveProgress,
499
+
returnValue: _i9.Future<_i6.Response<T>>.value(
500
+
_FakeResponse_4<T>(
507
+
#queryParameters: queryParameters,
509
+
#cancelToken: cancelToken,
510
+
#onSendProgress: onSendProgress,
511
+
#onReceiveProgress: onReceiveProgress,
517
+
as _i9.Future<_i6.Response<T>>);
520
+
_i9.Future<_i6.Response<T>> patchUri<T>(
523
+
_i2.Options? options,
524
+
_i10.CancelToken? cancelToken,
525
+
_i2.ProgressCallback? onSendProgress,
526
+
_i2.ProgressCallback? onReceiveProgress,
528
+
(super.noSuchMethod(
535
+
#cancelToken: cancelToken,
536
+
#onSendProgress: onSendProgress,
537
+
#onReceiveProgress: onReceiveProgress,
540
+
returnValue: _i9.Future<_i6.Response<T>>.value(
541
+
_FakeResponse_4<T>(
549
+
#cancelToken: cancelToken,
550
+
#onSendProgress: onSendProgress,
551
+
#onReceiveProgress: onReceiveProgress,
557
+
as _i9.Future<_i6.Response<T>>);
560
+
_i9.Future<_i6.Response<T>> delete<T>(
563
+
Map<String, dynamic>? queryParameters,
564
+
_i2.Options? options,
565
+
_i10.CancelToken? cancelToken,
567
+
(super.noSuchMethod(
573
+
#queryParameters: queryParameters,
575
+
#cancelToken: cancelToken,
578
+
returnValue: _i9.Future<_i6.Response<T>>.value(
579
+
_FakeResponse_4<T>(
586
+
#queryParameters: queryParameters,
588
+
#cancelToken: cancelToken,
594
+
as _i9.Future<_i6.Response<T>>);
597
+
_i9.Future<_i6.Response<T>> deleteUri<T>(
600
+
_i2.Options? options,
601
+
_i10.CancelToken? cancelToken,
603
+
(super.noSuchMethod(
607
+
{#data: data, #options: options, #cancelToken: cancelToken},
609
+
returnValue: _i9.Future<_i6.Response<T>>.value(
610
+
_FakeResponse_4<T>(
615
+
{#data: data, #options: options, #cancelToken: cancelToken},
620
+
as _i9.Future<_i6.Response<T>>);
623
+
_i9.Future<_i6.Response<dynamic>> download(
625
+
dynamic savePath, {
626
+
_i2.ProgressCallback? onReceiveProgress,
627
+
Map<String, dynamic>? queryParameters,
628
+
_i10.CancelToken? cancelToken,
629
+
bool? deleteOnError = true,
630
+
_i2.FileAccessMode? fileAccessMode = _i2.FileAccessMode.write,
631
+
String? lengthHeader = 'content-length',
633
+
_i2.Options? options,
635
+
(super.noSuchMethod(
638
+
[urlPath, savePath],
640
+
#onReceiveProgress: onReceiveProgress,
641
+
#queryParameters: queryParameters,
642
+
#cancelToken: cancelToken,
643
+
#deleteOnError: deleteOnError,
644
+
#fileAccessMode: fileAccessMode,
645
+
#lengthHeader: lengthHeader,
650
+
returnValue: _i9.Future<_i6.Response<dynamic>>.value(
651
+
_FakeResponse_4<dynamic>(
655
+
[urlPath, savePath],
657
+
#onReceiveProgress: onReceiveProgress,
658
+
#queryParameters: queryParameters,
659
+
#cancelToken: cancelToken,
660
+
#deleteOnError: deleteOnError,
661
+
#fileAccessMode: fileAccessMode,
662
+
#lengthHeader: lengthHeader,
670
+
as _i9.Future<_i6.Response<dynamic>>);
673
+
_i9.Future<_i6.Response<dynamic>> downloadUri(
675
+
dynamic savePath, {
676
+
_i2.ProgressCallback? onReceiveProgress,
677
+
_i10.CancelToken? cancelToken,
678
+
bool? deleteOnError = true,
679
+
_i2.FileAccessMode? fileAccessMode = _i2.FileAccessMode.write,
680
+
String? lengthHeader = 'content-length',
682
+
_i2.Options? options,
684
+
(super.noSuchMethod(
689
+
#onReceiveProgress: onReceiveProgress,
690
+
#cancelToken: cancelToken,
691
+
#deleteOnError: deleteOnError,
692
+
#fileAccessMode: fileAccessMode,
693
+
#lengthHeader: lengthHeader,
698
+
returnValue: _i9.Future<_i6.Response<dynamic>>.value(
699
+
_FakeResponse_4<dynamic>(
705
+
#onReceiveProgress: onReceiveProgress,
706
+
#cancelToken: cancelToken,
707
+
#deleteOnError: deleteOnError,
708
+
#fileAccessMode: fileAccessMode,
709
+
#lengthHeader: lengthHeader,
717
+
as _i9.Future<_i6.Response<dynamic>>);
720
+
_i9.Future<_i6.Response<T>> request<T>(
723
+
Map<String, dynamic>? queryParameters,
724
+
_i10.CancelToken? cancelToken,
725
+
_i2.Options? options,
726
+
_i2.ProgressCallback? onSendProgress,
727
+
_i2.ProgressCallback? onReceiveProgress,
729
+
(super.noSuchMethod(
735
+
#queryParameters: queryParameters,
736
+
#cancelToken: cancelToken,
738
+
#onSendProgress: onSendProgress,
739
+
#onReceiveProgress: onReceiveProgress,
742
+
returnValue: _i9.Future<_i6.Response<T>>.value(
743
+
_FakeResponse_4<T>(
750
+
#queryParameters: queryParameters,
751
+
#cancelToken: cancelToken,
753
+
#onSendProgress: onSendProgress,
754
+
#onReceiveProgress: onReceiveProgress,
760
+
as _i9.Future<_i6.Response<T>>);
763
+
_i9.Future<_i6.Response<T>> requestUri<T>(
766
+
_i10.CancelToken? cancelToken,
767
+
_i2.Options? options,
768
+
_i2.ProgressCallback? onSendProgress,
769
+
_i2.ProgressCallback? onReceiveProgress,
771
+
(super.noSuchMethod(
777
+
#cancelToken: cancelToken,
779
+
#onSendProgress: onSendProgress,
780
+
#onReceiveProgress: onReceiveProgress,
783
+
returnValue: _i9.Future<_i6.Response<T>>.value(
784
+
_FakeResponse_4<T>(
791
+
#cancelToken: cancelToken,
793
+
#onSendProgress: onSendProgress,
794
+
#onReceiveProgress: onReceiveProgress,
800
+
as _i9.Future<_i6.Response<T>>);
803
+
_i9.Future<_i6.Response<T>> fetch<T>(_i2.RequestOptions? requestOptions) =>
804
+
(super.noSuchMethod(
805
+
Invocation.method(#fetch, [requestOptions]),
806
+
returnValue: _i9.Future<_i6.Response<T>>.value(
807
+
_FakeResponse_4<T>(
809
+
Invocation.method(#fetch, [requestOptions]),
813
+
as _i9.Future<_i6.Response<T>>);
817
+
_i2.BaseOptions? options,
818
+
_i3.Interceptors? interceptors,
819
+
_i4.HttpClientAdapter? httpClientAdapter,
820
+
_i5.Transformer? transformer,
822
+
(super.noSuchMethod(
823
+
Invocation.method(#clone, [], {
825
+
#interceptors: interceptors,
826
+
#httpClientAdapter: httpClientAdapter,
827
+
#transformer: transformer,
829
+
returnValue: _FakeDio_5(
831
+
Invocation.method(#clone, [], {
833
+
#interceptors: interceptors,
834
+
#httpClientAdapter: httpClientAdapter,
835
+
#transformer: transformer,
842
+
/// A class which mocks [FlutterSecureStorage].
844
+
/// See the documentation for Mockito's code generation for more information.
845
+
class MockFlutterSecureStorage extends _i1.Mock
846
+
implements _i8.FlutterSecureStorage {
847
+
MockFlutterSecureStorage() {
848
+
_i1.throwOnMissingStub(this);
852
+
_i8.IOSOptions get iOptions =>
853
+
(super.noSuchMethod(
854
+
Invocation.getter(#iOptions),
855
+
returnValue: _FakeIOSOptions_6(this, Invocation.getter(#iOptions)),
857
+
as _i8.IOSOptions);
860
+
_i8.AndroidOptions get aOptions =>
861
+
(super.noSuchMethod(
862
+
Invocation.getter(#aOptions),
863
+
returnValue: _FakeAndroidOptions_7(
865
+
Invocation.getter(#aOptions),
868
+
as _i8.AndroidOptions);
871
+
_i8.LinuxOptions get lOptions =>
872
+
(super.noSuchMethod(
873
+
Invocation.getter(#lOptions),
874
+
returnValue: _FakeLinuxOptions_8(
876
+
Invocation.getter(#lOptions),
879
+
as _i8.LinuxOptions);
882
+
_i8.WindowsOptions get wOptions =>
883
+
(super.noSuchMethod(
884
+
Invocation.getter(#wOptions),
885
+
returnValue: _FakeWindowsOptions_9(
887
+
Invocation.getter(#wOptions),
890
+
as _i8.WindowsOptions);
893
+
_i8.WebOptions get webOptions =>
894
+
(super.noSuchMethod(
895
+
Invocation.getter(#webOptions),
896
+
returnValue: _FakeWebOptions_10(
898
+
Invocation.getter(#webOptions),
901
+
as _i8.WebOptions);
904
+
_i8.MacOsOptions get mOptions =>
905
+
(super.noSuchMethod(
906
+
Invocation.getter(#mOptions),
907
+
returnValue: _FakeMacOsOptions_11(
909
+
Invocation.getter(#mOptions),
912
+
as _i8.MacOsOptions);
915
+
void registerListener({
916
+
required String? key,
917
+
required _i11.ValueChanged<String?>? listener,
918
+
}) => super.noSuchMethod(
919
+
Invocation.method(#registerListener, [], {#key: key, #listener: listener}),
920
+
returnValueForMissingStub: null,
924
+
void unregisterListener({
925
+
required String? key,
926
+
required _i11.ValueChanged<String?>? listener,
927
+
}) => super.noSuchMethod(
928
+
Invocation.method(#unregisterListener, [], {
930
+
#listener: listener,
932
+
returnValueForMissingStub: null,
936
+
void unregisterAllListenersForKey({required String? key}) =>
937
+
super.noSuchMethod(
938
+
Invocation.method(#unregisterAllListenersForKey, [], {#key: key}),
939
+
returnValueForMissingStub: null,
943
+
void unregisterAllListeners() => super.noSuchMethod(
944
+
Invocation.method(#unregisterAllListeners, []),
945
+
returnValueForMissingStub: null,
949
+
_i9.Future<void> write({
950
+
required String? key,
951
+
required String? value,
952
+
_i8.IOSOptions? iOptions,
953
+
_i8.AndroidOptions? aOptions,
954
+
_i8.LinuxOptions? lOptions,
955
+
_i8.WebOptions? webOptions,
956
+
_i8.MacOsOptions? mOptions,
957
+
_i8.WindowsOptions? wOptions,
959
+
(super.noSuchMethod(
960
+
Invocation.method(#write, [], {
963
+
#iOptions: iOptions,
964
+
#aOptions: aOptions,
965
+
#lOptions: lOptions,
966
+
#webOptions: webOptions,
967
+
#mOptions: mOptions,
968
+
#wOptions: wOptions,
970
+
returnValue: _i9.Future<void>.value(),
971
+
returnValueForMissingStub: _i9.Future<void>.value(),
973
+
as _i9.Future<void>);
976
+
_i9.Future<String?> read({
977
+
required String? key,
978
+
_i8.IOSOptions? iOptions,
979
+
_i8.AndroidOptions? aOptions,
980
+
_i8.LinuxOptions? lOptions,
981
+
_i8.WebOptions? webOptions,
982
+
_i8.MacOsOptions? mOptions,
983
+
_i8.WindowsOptions? wOptions,
985
+
(super.noSuchMethod(
986
+
Invocation.method(#read, [], {
988
+
#iOptions: iOptions,
989
+
#aOptions: aOptions,
990
+
#lOptions: lOptions,
991
+
#webOptions: webOptions,
992
+
#mOptions: mOptions,
993
+
#wOptions: wOptions,
995
+
returnValue: _i9.Future<String?>.value(),
997
+
as _i9.Future<String?>);
1000
+
_i9.Future<bool> containsKey({
1001
+
required String? key,
1002
+
_i8.IOSOptions? iOptions,
1003
+
_i8.AndroidOptions? aOptions,
1004
+
_i8.LinuxOptions? lOptions,
1005
+
_i8.WebOptions? webOptions,
1006
+
_i8.MacOsOptions? mOptions,
1007
+
_i8.WindowsOptions? wOptions,
1009
+
(super.noSuchMethod(
1010
+
Invocation.method(#containsKey, [], {
1012
+
#iOptions: iOptions,
1013
+
#aOptions: aOptions,
1014
+
#lOptions: lOptions,
1015
+
#webOptions: webOptions,
1016
+
#mOptions: mOptions,
1017
+
#wOptions: wOptions,
1019
+
returnValue: _i9.Future<bool>.value(false),
1021
+
as _i9.Future<bool>);
1024
+
_i9.Future<void> delete({
1025
+
required String? key,
1026
+
_i8.IOSOptions? iOptions,
1027
+
_i8.AndroidOptions? aOptions,
1028
+
_i8.LinuxOptions? lOptions,
1029
+
_i8.WebOptions? webOptions,
1030
+
_i8.MacOsOptions? mOptions,
1031
+
_i8.WindowsOptions? wOptions,
1033
+
(super.noSuchMethod(
1034
+
Invocation.method(#delete, [], {
1036
+
#iOptions: iOptions,
1037
+
#aOptions: aOptions,
1038
+
#lOptions: lOptions,
1039
+
#webOptions: webOptions,
1040
+
#mOptions: mOptions,
1041
+
#wOptions: wOptions,
1043
+
returnValue: _i9.Future<void>.value(),
1044
+
returnValueForMissingStub: _i9.Future<void>.value(),
1046
+
as _i9.Future<void>);
1049
+
_i9.Future<Map<String, String>> readAll({
1050
+
_i8.IOSOptions? iOptions,
1051
+
_i8.AndroidOptions? aOptions,
1052
+
_i8.LinuxOptions? lOptions,
1053
+
_i8.WebOptions? webOptions,
1054
+
_i8.MacOsOptions? mOptions,
1055
+
_i8.WindowsOptions? wOptions,
1057
+
(super.noSuchMethod(
1058
+
Invocation.method(#readAll, [], {
1059
+
#iOptions: iOptions,
1060
+
#aOptions: aOptions,
1061
+
#lOptions: lOptions,
1062
+
#webOptions: webOptions,
1063
+
#mOptions: mOptions,
1064
+
#wOptions: wOptions,
1066
+
returnValue: _i9.Future<Map<String, String>>.value(
1067
+
<String, String>{},
1070
+
as _i9.Future<Map<String, String>>);
1073
+
_i9.Future<void> deleteAll({
1074
+
_i8.IOSOptions? iOptions,
1075
+
_i8.AndroidOptions? aOptions,
1076
+
_i8.LinuxOptions? lOptions,
1077
+
_i8.WebOptions? webOptions,
1078
+
_i8.MacOsOptions? mOptions,
1079
+
_i8.WindowsOptions? wOptions,
1081
+
(super.noSuchMethod(
1082
+
Invocation.method(#deleteAll, [], {
1083
+
#iOptions: iOptions,
1084
+
#aOptions: aOptions,
1085
+
#lOptions: lOptions,
1086
+
#webOptions: webOptions,
1087
+
#mOptions: mOptions,
1088
+
#wOptions: wOptions,
1090
+
returnValue: _i9.Future<void>.value(),
1091
+
returnValueForMissingStub: _i9.Future<void>.value(),
1093
+
as _i9.Future<void>);
1096
+
_i9.Future<bool?> isCupertinoProtectedDataAvailable() =>
1097
+
(super.noSuchMethod(
1098
+
Invocation.method(#isCupertinoProtectedDataAvailable, []),
1099
+
returnValue: _i9.Future<bool?>.value(),
1101
+
as _i9.Future<bool?>);