snapshot.dart 61 B

123
  1. abstract class TerminalSnapshot {
  2. void trimScrollback();
  3. }