@@ -57,9 +57,7 @@ void main() {
5757 isNotNull);
5858 });
5959
60- test (
61- // ignore: lines_longer_than_80_chars
62- 'Default implementation of loadFile should throw unimplemented error' ,
60+ test ('Default implementation of loadFile should throw unimplemented error' ,
6361 () {
6462 final PlatformWebViewController controller =
6563 ExtendsPlatformWebViewController (
@@ -72,7 +70,6 @@ void main() {
7270 });
7371
7472 test (
75- // ignore: lines_longer_than_80_chars
7673 'Default implementation of loadFlutterAsset should throw unimplemented error' ,
7774 () {
7875 final PlatformWebViewController controller =
@@ -86,7 +83,6 @@ void main() {
8683 });
8784
8885 test (
89- // ignore: lines_longer_than_80_chars
9086 'Default implementation of loadHtmlString should throw unimplemented error' ,
9187 () {
9288 final PlatformWebViewController controller =
@@ -99,9 +95,7 @@ void main() {
9995 );
10096 });
10197
102- test (
103- // ignore: lines_longer_than_80_chars
104- 'Default implementation of loadRequest should throw unimplemented error' ,
98+ test ('Default implementation of loadRequest should throw unimplemented error' ,
10599 () {
106100 final PlatformWebViewController controller =
107101 ExtendsPlatformWebViewController (
@@ -113,9 +107,7 @@ void main() {
113107 );
114108 });
115109
116- test (
117- // ignore: lines_longer_than_80_chars
118- 'Default implementation of currentUrl should throw unimplemented error' ,
110+ test ('Default implementation of currentUrl should throw unimplemented error' ,
119111 () {
120112 final PlatformWebViewController controller =
121113 ExtendsPlatformWebViewController (
@@ -127,9 +119,7 @@ void main() {
127119 );
128120 });
129121
130- test (
131- // ignore: lines_longer_than_80_chars
132- 'Default implementation of canGoBack should throw unimplemented error' ,
122+ test ('Default implementation of canGoBack should throw unimplemented error' ,
133123 () {
134124 final PlatformWebViewController controller =
135125 ExtendsPlatformWebViewController (
@@ -142,7 +132,6 @@ void main() {
142132 });
143133
144134 test (
145- // ignore: lines_longer_than_80_chars
146135 'Default implementation of canGoForward should throw unimplemented error' ,
147136 () {
148137 final PlatformWebViewController controller =
@@ -155,9 +144,7 @@ void main() {
155144 );
156145 });
157146
158- test (
159- // ignore: lines_longer_than_80_chars
160- 'Default implementation of goBack should throw unimplemented error' , () {
147+ test ('Default implementation of goBack should throw unimplemented error' , () {
161148 final PlatformWebViewController controller =
162149 ExtendsPlatformWebViewController (
163150 const PlatformWebViewControllerCreationParams ());
@@ -168,9 +155,7 @@ void main() {
168155 );
169156 });
170157
171- test (
172- // ignore: lines_longer_than_80_chars
173- 'Default implementation of goForward should throw unimplemented error' ,
158+ test ('Default implementation of goForward should throw unimplemented error' ,
174159 () {
175160 final PlatformWebViewController controller =
176161 ExtendsPlatformWebViewController (
@@ -182,9 +167,7 @@ void main() {
182167 );
183168 });
184169
185- test (
186- // ignore: lines_longer_than_80_chars
187- 'Default implementation of reload should throw unimplemented error' , () {
170+ test ('Default implementation of reload should throw unimplemented error' , () {
188171 final PlatformWebViewController controller =
189172 ExtendsPlatformWebViewController (
190173 const PlatformWebViewControllerCreationParams ());
@@ -195,9 +178,7 @@ void main() {
195178 );
196179 });
197180
198- test (
199- // ignore: lines_longer_than_80_chars
200- 'Default implementation of clearCache should throw unimplemented error' ,
181+ test ('Default implementation of clearCache should throw unimplemented error' ,
201182 () {
202183 final PlatformWebViewController controller =
203184 ExtendsPlatformWebViewController (
@@ -210,7 +191,6 @@ void main() {
210191 });
211192
212193 test (
213- // ignore: lines_longer_than_80_chars
214194 'Default implementation of clearLocalStorage should throw unimplemented error' ,
215195 () {
216196 final PlatformWebViewController controller =
@@ -239,7 +219,6 @@ void main() {
239219 );
240220
241221 test (
242- // ignore: lines_longer_than_80_chars
243222 'Default implementation of runJavaScript should throw unimplemented error' ,
244223 () {
245224 final PlatformWebViewController controller =
@@ -253,7 +232,6 @@ void main() {
253232 });
254233
255234 test (
256- // ignore: lines_longer_than_80_chars
257235 'Default implementation of runJavaScriptReturningResult should throw unimplemented error' ,
258236 () {
259237 final PlatformWebViewController controller =
@@ -267,7 +245,6 @@ void main() {
267245 });
268246
269247 test (
270- // ignore: lines_longer_than_80_chars
271248 'Default implementation of addJavaScriptChannel should throw unimplemented error' ,
272249 () {
273250 final PlatformWebViewController controller =
@@ -286,7 +263,6 @@ void main() {
286263 });
287264
288265 test (
289- // ignore: lines_longer_than_80_chars
290266 'Default implementation of removeJavaScriptChannel should throw unimplemented error' ,
291267 () {
292268 final PlatformWebViewController controller =
@@ -299,9 +275,7 @@ void main() {
299275 );
300276 });
301277
302- test (
303- // ignore: lines_longer_than_80_chars
304- 'Default implementation of getTitle should throw unimplemented error' ,
278+ test ('Default implementation of getTitle should throw unimplemented error' ,
305279 () {
306280 final PlatformWebViewController controller =
307281 ExtendsPlatformWebViewController (
@@ -313,9 +287,7 @@ void main() {
313287 );
314288 });
315289
316- test (
317- // ignore: lines_longer_than_80_chars
318- 'Default implementation of scrollTo should throw unimplemented error' ,
290+ test ('Default implementation of scrollTo should throw unimplemented error' ,
319291 () {
320292 final PlatformWebViewController controller =
321293 ExtendsPlatformWebViewController (
@@ -327,9 +299,7 @@ void main() {
327299 );
328300 });
329301
330- test (
331- // ignore: lines_longer_than_80_chars
332- 'Default implementation of scrollBy should throw unimplemented error' ,
302+ test ('Default implementation of scrollBy should throw unimplemented error' ,
333303 () {
334304 final PlatformWebViewController controller =
335305 ExtendsPlatformWebViewController (
@@ -342,7 +312,6 @@ void main() {
342312 });
343313
344314 test (
345- // ignore: lines_longer_than_80_chars
346315 'Default implementation of getScrollPosition should throw unimplemented error' ,
347316 () {
348317 final PlatformWebViewController controller =
@@ -355,9 +324,7 @@ void main() {
355324 );
356325 });
357326
358- test (
359- // ignore: lines_longer_than_80_chars
360- 'Default implementation of enableZoom should throw unimplemented error' ,
327+ test ('Default implementation of enableZoom should throw unimplemented error' ,
361328 () {
362329 final PlatformWebViewController controller =
363330 ExtendsPlatformWebViewController (
@@ -370,7 +337,6 @@ void main() {
370337 });
371338
372339 test (
373- // ignore: lines_longer_than_80_chars
374340 'Default implementation of setBackgroundColor should throw unimplemented error' ,
375341 () {
376342 final PlatformWebViewController controller =
@@ -384,7 +350,6 @@ void main() {
384350 });
385351
386352 test (
387- // ignore: lines_longer_than_80_chars
388353 'Default implementation of setJavaScriptMode should throw unimplemented error' ,
389354 () {
390355 final PlatformWebViewController controller =
@@ -398,7 +363,6 @@ void main() {
398363 });
399364
400365 test (
401- // ignore: lines_longer_than_80_chars
402366 'Default implementation of setUserAgent should throw unimplemented error' ,
403367 () {
404368 final PlatformWebViewController controller =
0 commit comments