fullCut method

Future<void> fullCut()

Implementation

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