@@ -27,7 +27,7 @@ void main() {
2727 storageAdapter: storageAdapter,
2828 payload: '' ,
2929 onVerificationDone: (_) async {},
30- onVerificationFailed: () async {},
30+ onVerificationFailed: (_ ) async {},
3131 ),
3232 ),
3333 );
@@ -48,7 +48,7 @@ void main() {
4848 storageAdapter: storageAdapter,
4949 payload: '' ,
5050 onVerificationDone: (_) async {},
51- onVerificationFailed: () async {},
51+ onVerificationFailed: (_ ) async {},
5252 ),
5353 ),
5454 );
@@ -74,7 +74,7 @@ void main() {
7474 storageAdapter: storageAdapter,
7575 payload: '' ,
7676 onVerificationDone: (_) async {},
77- onVerificationFailed: () async {},
77+ onVerificationFailed: (_ ) async {},
7878 ),
7979 ),
8080 );
@@ -106,7 +106,7 @@ void main() {
106106 storageAdapter: storageAdapter,
107107 payload: '' ,
108108 onVerificationDone: (_) async {},
109- onVerificationFailed: () async {},
109+ onVerificationFailed: (_ ) async {},
110110 ),
111111 ),
112112 );
@@ -142,7 +142,7 @@ void main() {
142142 storageAdapter: storageAdapter,
143143 payload: '' ,
144144 onVerificationDone: (_) async {},
145- onVerificationFailed: () async {},
145+ onVerificationFailed: (_ ) async {},
146146 ),
147147 ),
148148 );
@@ -179,7 +179,7 @@ void main() {
179179 storageAdapter: storageAdapter,
180180 payload: '' ,
181181 onVerificationDone: (_) async {},
182- onVerificationFailed: () async {},
182+ onVerificationFailed: (_ ) async {},
183183 ),
184184 ),
185185 );
0 commit comments