stopAdProcess method

Future<void> stopAdProcess()

Implementation

Future<void> stopAdProcess() async {
  await _waitingOperation?.cancel();
}