lineWrap method

Future<String?> lineWrap(
  1. int times
)

Add line breaks.

Implementation

Future<String?> lineWrap(int times) {
  throw UnimplementedError('lineWrap() has not been implemented.');
}