cc method

Future<void> cc()

Implementation

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