parser_test.mocks.dart 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870
  1. // Mocks generated by Mockito 5.3.1 from annotations
  2. // in xterm/test/src/core/escape/parser_test.dart.
  3. // Do not manually edit this file.
  4. // ignore_for_file: no_leading_underscores_for_library_prefixes
  5. import 'package:mockito/mockito.dart' as _i1;
  6. import 'package:xterm/src/core/escape/handler.dart' as _i2;
  7. import 'package:xterm/src/core/mouse.dart' as _i3;
  8. // ignore_for_file: type=lint
  9. // ignore_for_file: avoid_redundant_argument_values
  10. // ignore_for_file: avoid_setters_without_getters
  11. // ignore_for_file: comment_references
  12. // ignore_for_file: implementation_imports
  13. // ignore_for_file: invalid_use_of_visible_for_testing_member
  14. // ignore_for_file: prefer_const_constructors
  15. // ignore_for_file: unnecessary_parenthesis
  16. // ignore_for_file: camel_case_types
  17. // ignore_for_file: subtype_of_sealed_class
  18. /// A class which mocks [EscapeHandler].
  19. ///
  20. /// See the documentation for Mockito's code generation for more information.
  21. class MockEscapeHandler extends _i1.Mock implements _i2.EscapeHandler {
  22. @override
  23. void writeChar(int? char) => super.noSuchMethod(
  24. Invocation.method(
  25. #writeChar,
  26. [char],
  27. ),
  28. returnValueForMissingStub: null,
  29. );
  30. @override
  31. void bell() => super.noSuchMethod(
  32. Invocation.method(
  33. #bell,
  34. [],
  35. ),
  36. returnValueForMissingStub: null,
  37. );
  38. @override
  39. void backspaceReturn() => super.noSuchMethod(
  40. Invocation.method(
  41. #backspaceReturn,
  42. [],
  43. ),
  44. returnValueForMissingStub: null,
  45. );
  46. @override
  47. void tab() => super.noSuchMethod(
  48. Invocation.method(
  49. #tab,
  50. [],
  51. ),
  52. returnValueForMissingStub: null,
  53. );
  54. @override
  55. void lineFeed() => super.noSuchMethod(
  56. Invocation.method(
  57. #lineFeed,
  58. [],
  59. ),
  60. returnValueForMissingStub: null,
  61. );
  62. @override
  63. void carriageReturn() => super.noSuchMethod(
  64. Invocation.method(
  65. #carriageReturn,
  66. [],
  67. ),
  68. returnValueForMissingStub: null,
  69. );
  70. @override
  71. void shiftOut() => super.noSuchMethod(
  72. Invocation.method(
  73. #shiftOut,
  74. [],
  75. ),
  76. returnValueForMissingStub: null,
  77. );
  78. @override
  79. void shiftIn() => super.noSuchMethod(
  80. Invocation.method(
  81. #shiftIn,
  82. [],
  83. ),
  84. returnValueForMissingStub: null,
  85. );
  86. @override
  87. void unknownSBC(int? char) => super.noSuchMethod(
  88. Invocation.method(
  89. #unknownSBC,
  90. [char],
  91. ),
  92. returnValueForMissingStub: null,
  93. );
  94. @override
  95. void saveCursor() => super.noSuchMethod(
  96. Invocation.method(
  97. #saveCursor,
  98. [],
  99. ),
  100. returnValueForMissingStub: null,
  101. );
  102. @override
  103. void restoreCursor() => super.noSuchMethod(
  104. Invocation.method(
  105. #restoreCursor,
  106. [],
  107. ),
  108. returnValueForMissingStub: null,
  109. );
  110. @override
  111. void index() => super.noSuchMethod(
  112. Invocation.method(
  113. #index,
  114. [],
  115. ),
  116. returnValueForMissingStub: null,
  117. );
  118. @override
  119. void nextLine() => super.noSuchMethod(
  120. Invocation.method(
  121. #nextLine,
  122. [],
  123. ),
  124. returnValueForMissingStub: null,
  125. );
  126. @override
  127. void setTapStop() => super.noSuchMethod(
  128. Invocation.method(
  129. #setTapStop,
  130. [],
  131. ),
  132. returnValueForMissingStub: null,
  133. );
  134. @override
  135. void reverseIndex() => super.noSuchMethod(
  136. Invocation.method(
  137. #reverseIndex,
  138. [],
  139. ),
  140. returnValueForMissingStub: null,
  141. );
  142. @override
  143. void designateCharset(int? charset) => super.noSuchMethod(
  144. Invocation.method(
  145. #designateCharset,
  146. [charset],
  147. ),
  148. returnValueForMissingStub: null,
  149. );
  150. @override
  151. void unkownEscape(int? char) => super.noSuchMethod(
  152. Invocation.method(
  153. #unkownEscape,
  154. [char],
  155. ),
  156. returnValueForMissingStub: null,
  157. );
  158. @override
  159. void repeatPreviousCharacter(int? n) => super.noSuchMethod(
  160. Invocation.method(
  161. #repeatPreviousCharacter,
  162. [n],
  163. ),
  164. returnValueForMissingStub: null,
  165. );
  166. @override
  167. void setCursor(
  168. int? x,
  169. int? y,
  170. ) =>
  171. super.noSuchMethod(
  172. Invocation.method(
  173. #setCursor,
  174. [
  175. x,
  176. y,
  177. ],
  178. ),
  179. returnValueForMissingStub: null,
  180. );
  181. @override
  182. void setCursorX(int? x) => super.noSuchMethod(
  183. Invocation.method(
  184. #setCursorX,
  185. [x],
  186. ),
  187. returnValueForMissingStub: null,
  188. );
  189. @override
  190. void setCursorY(int? y) => super.noSuchMethod(
  191. Invocation.method(
  192. #setCursorY,
  193. [y],
  194. ),
  195. returnValueForMissingStub: null,
  196. );
  197. @override
  198. void sendPrimaryDeviceAttributes() => super.noSuchMethod(
  199. Invocation.method(
  200. #sendPrimaryDeviceAttributes,
  201. [],
  202. ),
  203. returnValueForMissingStub: null,
  204. );
  205. @override
  206. void clearTabStopUnderCursor() => super.noSuchMethod(
  207. Invocation.method(
  208. #clearTabStopUnderCursor,
  209. [],
  210. ),
  211. returnValueForMissingStub: null,
  212. );
  213. @override
  214. void clearAllTabStops() => super.noSuchMethod(
  215. Invocation.method(
  216. #clearAllTabStops,
  217. [],
  218. ),
  219. returnValueForMissingStub: null,
  220. );
  221. @override
  222. void moveCursorX(int? offset) => super.noSuchMethod(
  223. Invocation.method(
  224. #moveCursorX,
  225. [offset],
  226. ),
  227. returnValueForMissingStub: null,
  228. );
  229. @override
  230. void moveCursorY(int? n) => super.noSuchMethod(
  231. Invocation.method(
  232. #moveCursorY,
  233. [n],
  234. ),
  235. returnValueForMissingStub: null,
  236. );
  237. @override
  238. void sendSecondaryDeviceAttributes() => super.noSuchMethod(
  239. Invocation.method(
  240. #sendSecondaryDeviceAttributes,
  241. [],
  242. ),
  243. returnValueForMissingStub: null,
  244. );
  245. @override
  246. void sendTertiaryDeviceAttributes() => super.noSuchMethod(
  247. Invocation.method(
  248. #sendTertiaryDeviceAttributes,
  249. [],
  250. ),
  251. returnValueForMissingStub: null,
  252. );
  253. @override
  254. void sendOperatingStatus() => super.noSuchMethod(
  255. Invocation.method(
  256. #sendOperatingStatus,
  257. [],
  258. ),
  259. returnValueForMissingStub: null,
  260. );
  261. @override
  262. void sendCursorPosition() => super.noSuchMethod(
  263. Invocation.method(
  264. #sendCursorPosition,
  265. [],
  266. ),
  267. returnValueForMissingStub: null,
  268. );
  269. @override
  270. void setMargins(
  271. int? i, [
  272. int? bottom,
  273. ]) =>
  274. super.noSuchMethod(
  275. Invocation.method(
  276. #setMargins,
  277. [
  278. i,
  279. bottom,
  280. ],
  281. ),
  282. returnValueForMissingStub: null,
  283. );
  284. @override
  285. void cursorNextLine(int? amount) => super.noSuchMethod(
  286. Invocation.method(
  287. #cursorNextLine,
  288. [amount],
  289. ),
  290. returnValueForMissingStub: null,
  291. );
  292. @override
  293. void cursorPrecedingLine(int? amount) => super.noSuchMethod(
  294. Invocation.method(
  295. #cursorPrecedingLine,
  296. [amount],
  297. ),
  298. returnValueForMissingStub: null,
  299. );
  300. @override
  301. void eraseDisplayBelow() => super.noSuchMethod(
  302. Invocation.method(
  303. #eraseDisplayBelow,
  304. [],
  305. ),
  306. returnValueForMissingStub: null,
  307. );
  308. @override
  309. void eraseDisplayAbove() => super.noSuchMethod(
  310. Invocation.method(
  311. #eraseDisplayAbove,
  312. [],
  313. ),
  314. returnValueForMissingStub: null,
  315. );
  316. @override
  317. void eraseDisplay() => super.noSuchMethod(
  318. Invocation.method(
  319. #eraseDisplay,
  320. [],
  321. ),
  322. returnValueForMissingStub: null,
  323. );
  324. @override
  325. void eraseScrollbackOnly() => super.noSuchMethod(
  326. Invocation.method(
  327. #eraseScrollbackOnly,
  328. [],
  329. ),
  330. returnValueForMissingStub: null,
  331. );
  332. @override
  333. void eraseLineRight() => super.noSuchMethod(
  334. Invocation.method(
  335. #eraseLineRight,
  336. [],
  337. ),
  338. returnValueForMissingStub: null,
  339. );
  340. @override
  341. void eraseLineLeft() => super.noSuchMethod(
  342. Invocation.method(
  343. #eraseLineLeft,
  344. [],
  345. ),
  346. returnValueForMissingStub: null,
  347. );
  348. @override
  349. void eraseLine() => super.noSuchMethod(
  350. Invocation.method(
  351. #eraseLine,
  352. [],
  353. ),
  354. returnValueForMissingStub: null,
  355. );
  356. @override
  357. void insertLines(int? amount) => super.noSuchMethod(
  358. Invocation.method(
  359. #insertLines,
  360. [amount],
  361. ),
  362. returnValueForMissingStub: null,
  363. );
  364. @override
  365. void deleteLines(int? amount) => super.noSuchMethod(
  366. Invocation.method(
  367. #deleteLines,
  368. [amount],
  369. ),
  370. returnValueForMissingStub: null,
  371. );
  372. @override
  373. void deleteChars(int? amount) => super.noSuchMethod(
  374. Invocation.method(
  375. #deleteChars,
  376. [amount],
  377. ),
  378. returnValueForMissingStub: null,
  379. );
  380. @override
  381. void scrollUp(int? amount) => super.noSuchMethod(
  382. Invocation.method(
  383. #scrollUp,
  384. [amount],
  385. ),
  386. returnValueForMissingStub: null,
  387. );
  388. @override
  389. void scrollDown(int? amount) => super.noSuchMethod(
  390. Invocation.method(
  391. #scrollDown,
  392. [amount],
  393. ),
  394. returnValueForMissingStub: null,
  395. );
  396. @override
  397. void eraseChars(int? amount) => super.noSuchMethod(
  398. Invocation.method(
  399. #eraseChars,
  400. [amount],
  401. ),
  402. returnValueForMissingStub: null,
  403. );
  404. @override
  405. void insertBlankChars(int? amount) => super.noSuchMethod(
  406. Invocation.method(
  407. #insertBlankChars,
  408. [amount],
  409. ),
  410. returnValueForMissingStub: null,
  411. );
  412. @override
  413. void unknownCSI(int? finalByte) => super.noSuchMethod(
  414. Invocation.method(
  415. #unknownCSI,
  416. [finalByte],
  417. ),
  418. returnValueForMissingStub: null,
  419. );
  420. @override
  421. void setInsertMode(bool? enabled) => super.noSuchMethod(
  422. Invocation.method(
  423. #setInsertMode,
  424. [enabled],
  425. ),
  426. returnValueForMissingStub: null,
  427. );
  428. @override
  429. void setLineFeedMode(bool? enabled) => super.noSuchMethod(
  430. Invocation.method(
  431. #setLineFeedMode,
  432. [enabled],
  433. ),
  434. returnValueForMissingStub: null,
  435. );
  436. @override
  437. void setUnknownMode(
  438. int? mode,
  439. bool? enabled,
  440. ) =>
  441. super.noSuchMethod(
  442. Invocation.method(
  443. #setUnknownMode,
  444. [
  445. mode,
  446. enabled,
  447. ],
  448. ),
  449. returnValueForMissingStub: null,
  450. );
  451. @override
  452. void setCursorKeysMode(bool? enabled) => super.noSuchMethod(
  453. Invocation.method(
  454. #setCursorKeysMode,
  455. [enabled],
  456. ),
  457. returnValueForMissingStub: null,
  458. );
  459. @override
  460. void setReverseDisplayMode(bool? enabled) => super.noSuchMethod(
  461. Invocation.method(
  462. #setReverseDisplayMode,
  463. [enabled],
  464. ),
  465. returnValueForMissingStub: null,
  466. );
  467. @override
  468. void setOriginMode(bool? enabled) => super.noSuchMethod(
  469. Invocation.method(
  470. #setOriginMode,
  471. [enabled],
  472. ),
  473. returnValueForMissingStub: null,
  474. );
  475. @override
  476. void setColumnMode(bool? enabled) => super.noSuchMethod(
  477. Invocation.method(
  478. #setColumnMode,
  479. [enabled],
  480. ),
  481. returnValueForMissingStub: null,
  482. );
  483. @override
  484. void setAutoWrapMode(bool? enabled) => super.noSuchMethod(
  485. Invocation.method(
  486. #setAutoWrapMode,
  487. [enabled],
  488. ),
  489. returnValueForMissingStub: null,
  490. );
  491. @override
  492. void setMouseMode(_i3.MouseMode? mode) => super.noSuchMethod(
  493. Invocation.method(
  494. #setMouseMode,
  495. [mode],
  496. ),
  497. returnValueForMissingStub: null,
  498. );
  499. @override
  500. void setCursorBlinkMode(bool? enabled) => super.noSuchMethod(
  501. Invocation.method(
  502. #setCursorBlinkMode,
  503. [enabled],
  504. ),
  505. returnValueForMissingStub: null,
  506. );
  507. @override
  508. void setCursorVisibleMode(bool? enabled) => super.noSuchMethod(
  509. Invocation.method(
  510. #setCursorVisibleMode,
  511. [enabled],
  512. ),
  513. returnValueForMissingStub: null,
  514. );
  515. @override
  516. void useAltBuffer() => super.noSuchMethod(
  517. Invocation.method(
  518. #useAltBuffer,
  519. [],
  520. ),
  521. returnValueForMissingStub: null,
  522. );
  523. @override
  524. void useMainBuffer() => super.noSuchMethod(
  525. Invocation.method(
  526. #useMainBuffer,
  527. [],
  528. ),
  529. returnValueForMissingStub: null,
  530. );
  531. @override
  532. void clearAltBuffer() => super.noSuchMethod(
  533. Invocation.method(
  534. #clearAltBuffer,
  535. [],
  536. ),
  537. returnValueForMissingStub: null,
  538. );
  539. @override
  540. void setAppKeypadMode(bool? enabled) => super.noSuchMethod(
  541. Invocation.method(
  542. #setAppKeypadMode,
  543. [enabled],
  544. ),
  545. returnValueForMissingStub: null,
  546. );
  547. @override
  548. void setReportFocusMode(bool? enabled) => super.noSuchMethod(
  549. Invocation.method(
  550. #setReportFocusMode,
  551. [enabled],
  552. ),
  553. returnValueForMissingStub: null,
  554. );
  555. @override
  556. void setMouseReportMode(_i3.MouseReportMode? mode) => super.noSuchMethod(
  557. Invocation.method(
  558. #setMouseReportMode,
  559. [mode],
  560. ),
  561. returnValueForMissingStub: null,
  562. );
  563. @override
  564. void setAltBufferMouseScrollMode(bool? enabled) => super.noSuchMethod(
  565. Invocation.method(
  566. #setAltBufferMouseScrollMode,
  567. [enabled],
  568. ),
  569. returnValueForMissingStub: null,
  570. );
  571. @override
  572. void setBracketedPasteMode(bool? enabled) => super.noSuchMethod(
  573. Invocation.method(
  574. #setBracketedPasteMode,
  575. [enabled],
  576. ),
  577. returnValueForMissingStub: null,
  578. );
  579. @override
  580. void setUnknownDecMode(
  581. int? mode,
  582. bool? enabled,
  583. ) =>
  584. super.noSuchMethod(
  585. Invocation.method(
  586. #setUnknownDecMode,
  587. [
  588. mode,
  589. enabled,
  590. ],
  591. ),
  592. returnValueForMissingStub: null,
  593. );
  594. @override
  595. void resize(
  596. int? cols,
  597. int? rows,
  598. ) =>
  599. super.noSuchMethod(
  600. Invocation.method(
  601. #resize,
  602. [
  603. cols,
  604. rows,
  605. ],
  606. ),
  607. returnValueForMissingStub: null,
  608. );
  609. @override
  610. void sendSize() => super.noSuchMethod(
  611. Invocation.method(
  612. #sendSize,
  613. [],
  614. ),
  615. returnValueForMissingStub: null,
  616. );
  617. @override
  618. void resetCursorStyle() => super.noSuchMethod(
  619. Invocation.method(
  620. #resetCursorStyle,
  621. [],
  622. ),
  623. returnValueForMissingStub: null,
  624. );
  625. @override
  626. void setCursorBold() => super.noSuchMethod(
  627. Invocation.method(
  628. #setCursorBold,
  629. [],
  630. ),
  631. returnValueForMissingStub: null,
  632. );
  633. @override
  634. void setCursorFaint() => super.noSuchMethod(
  635. Invocation.method(
  636. #setCursorFaint,
  637. [],
  638. ),
  639. returnValueForMissingStub: null,
  640. );
  641. @override
  642. void setCursorItalic() => super.noSuchMethod(
  643. Invocation.method(
  644. #setCursorItalic,
  645. [],
  646. ),
  647. returnValueForMissingStub: null,
  648. );
  649. @override
  650. void setCursorUnderline() => super.noSuchMethod(
  651. Invocation.method(
  652. #setCursorUnderline,
  653. [],
  654. ),
  655. returnValueForMissingStub: null,
  656. );
  657. @override
  658. void setCursorBlink() => super.noSuchMethod(
  659. Invocation.method(
  660. #setCursorBlink,
  661. [],
  662. ),
  663. returnValueForMissingStub: null,
  664. );
  665. @override
  666. void setCursorInverse() => super.noSuchMethod(
  667. Invocation.method(
  668. #setCursorInverse,
  669. [],
  670. ),
  671. returnValueForMissingStub: null,
  672. );
  673. @override
  674. void setCursorInvisible() => super.noSuchMethod(
  675. Invocation.method(
  676. #setCursorInvisible,
  677. [],
  678. ),
  679. returnValueForMissingStub: null,
  680. );
  681. @override
  682. void setCursorStrikethrough() => super.noSuchMethod(
  683. Invocation.method(
  684. #setCursorStrikethrough,
  685. [],
  686. ),
  687. returnValueForMissingStub: null,
  688. );
  689. @override
  690. void unsetCursorBold() => super.noSuchMethod(
  691. Invocation.method(
  692. #unsetCursorBold,
  693. [],
  694. ),
  695. returnValueForMissingStub: null,
  696. );
  697. @override
  698. void unsetCursorFaint() => super.noSuchMethod(
  699. Invocation.method(
  700. #unsetCursorFaint,
  701. [],
  702. ),
  703. returnValueForMissingStub: null,
  704. );
  705. @override
  706. void unsetCursorItalic() => super.noSuchMethod(
  707. Invocation.method(
  708. #unsetCursorItalic,
  709. [],
  710. ),
  711. returnValueForMissingStub: null,
  712. );
  713. @override
  714. void unsetCursorUnderline() => super.noSuchMethod(
  715. Invocation.method(
  716. #unsetCursorUnderline,
  717. [],
  718. ),
  719. returnValueForMissingStub: null,
  720. );
  721. @override
  722. void unsetCursorBlink() => super.noSuchMethod(
  723. Invocation.method(
  724. #unsetCursorBlink,
  725. [],
  726. ),
  727. returnValueForMissingStub: null,
  728. );
  729. @override
  730. void unsetCursorInverse() => super.noSuchMethod(
  731. Invocation.method(
  732. #unsetCursorInverse,
  733. [],
  734. ),
  735. returnValueForMissingStub: null,
  736. );
  737. @override
  738. void unsetCursorInvisible() => super.noSuchMethod(
  739. Invocation.method(
  740. #unsetCursorInvisible,
  741. [],
  742. ),
  743. returnValueForMissingStub: null,
  744. );
  745. @override
  746. void unsetCursorStrikethrough() => super.noSuchMethod(
  747. Invocation.method(
  748. #unsetCursorStrikethrough,
  749. [],
  750. ),
  751. returnValueForMissingStub: null,
  752. );
  753. @override
  754. void setForegroundColor16(int? color) => super.noSuchMethod(
  755. Invocation.method(
  756. #setForegroundColor16,
  757. [color],
  758. ),
  759. returnValueForMissingStub: null,
  760. );
  761. @override
  762. void setForegroundColor256(int? index) => super.noSuchMethod(
  763. Invocation.method(
  764. #setForegroundColor256,
  765. [index],
  766. ),
  767. returnValueForMissingStub: null,
  768. );
  769. @override
  770. void setForegroundColorRgb(
  771. int? r,
  772. int? g,
  773. int? b,
  774. ) =>
  775. super.noSuchMethod(
  776. Invocation.method(
  777. #setForegroundColorRgb,
  778. [
  779. r,
  780. g,
  781. b,
  782. ],
  783. ),
  784. returnValueForMissingStub: null,
  785. );
  786. @override
  787. void resetForeground() => super.noSuchMethod(
  788. Invocation.method(
  789. #resetForeground,
  790. [],
  791. ),
  792. returnValueForMissingStub: null,
  793. );
  794. @override
  795. void setBackgroundColor16(int? color) => super.noSuchMethod(
  796. Invocation.method(
  797. #setBackgroundColor16,
  798. [color],
  799. ),
  800. returnValueForMissingStub: null,
  801. );
  802. @override
  803. void setBackgroundColor256(int? index) => super.noSuchMethod(
  804. Invocation.method(
  805. #setBackgroundColor256,
  806. [index],
  807. ),
  808. returnValueForMissingStub: null,
  809. );
  810. @override
  811. void setBackgroundColorRgb(
  812. int? r,
  813. int? g,
  814. int? b,
  815. ) =>
  816. super.noSuchMethod(
  817. Invocation.method(
  818. #setBackgroundColorRgb,
  819. [
  820. r,
  821. g,
  822. b,
  823. ],
  824. ),
  825. returnValueForMissingStub: null,
  826. );
  827. @override
  828. void resetBackground() => super.noSuchMethod(
  829. Invocation.method(
  830. #resetBackground,
  831. [],
  832. ),
  833. returnValueForMissingStub: null,
  834. );
  835. @override
  836. void unsupportedStyle(int? param) => super.noSuchMethod(
  837. Invocation.method(
  838. #unsupportedStyle,
  839. [param],
  840. ),
  841. returnValueForMissingStub: null,
  842. );
  843. @override
  844. void setTitle(String? name) => super.noSuchMethod(
  845. Invocation.method(
  846. #setTitle,
  847. [name],
  848. ),
  849. returnValueForMissingStub: null,
  850. );
  851. @override
  852. void setIconName(String? name) => super.noSuchMethod(
  853. Invocation.method(
  854. #setIconName,
  855. [name],
  856. ),
  857. returnValueForMissingStub: null,
  858. );
  859. @override
  860. void unknownOSC(String? ps) => super.noSuchMethod(
  861. Invocation.method(
  862. #unknownOSC,
  863. [ps],
  864. ),
  865. returnValueForMissingStub: null,
  866. );
  867. }