printSpace method

Future<void> printSpace(
  1. int line
)

Implementation

Future<void> printSpace(int line) {
  throw UnimplementedError('printSpace() has not been implemented.');
}