Steps to reproduce
Dart added a new lineTerminator field to Stdout, which cases this failure:
error - test/src/fakes.dart:126:7 - Missing concrete implementations of 'getter _StdSink.lineTerminator' and 'setter _StdSink.lineTerminator'. Try implementing the missing methods, or make the class abstract. - non_abstract_class_inherits_abstract_member
Expected results
MemoryStdout should implement lineTerminator.
Actual results
It does not.
Code sample
N/A.
Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
Flutter Doctor output
N/A