File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1473,6 +1473,7 @@ class MockReaderService extends _i1.Mock implements _i11.ReaderService {
14731473 String ? bookCode,
14741474 List <String >? bookmarks,
14751475 bool ? showMarks,
1476+ bool ? showChaptersAndVerses,
14761477 ) =>
14771478 (super .noSuchMethod (
14781479 Invocation .method (
@@ -1484,6 +1485,7 @@ class MockReaderService extends _i1.Mock implements _i11.ReaderService {
14841485 bookCode,
14851486 bookmarks,
14861487 showMarks,
1488+ showChaptersAndVerses,
14871489 ],
14881490 ),
14891491 returnValue: _i3.dummyValue <String >(
@@ -1497,6 +1499,7 @@ class MockReaderService extends _i1.Mock implements _i11.ReaderService {
14971499 bookCode,
14981500 bookmarks,
14991501 showMarks,
1502+ showChaptersAndVerses,
15001503 ],
15011504 ),
15021505 ),
@@ -1511,6 +1514,7 @@ class MockReaderService extends _i1.Mock implements _i11.ReaderService {
15111514 bookCode,
15121515 bookmarks,
15131516 showMarks,
1517+ showChaptersAndVerses,
15141518 ],
15151519 ),
15161520 ),
You can’t perform that action at this time.
0 commit comments