wrapLine method

Future<void> wrapLine(
  1. int lines
)

Implementation

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