printStart method

Future<void> printStart()

Implementation

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