onPause method

Future onPause()
inherited

Callback for pausing probe

Implementation

Future onPause() async {
  await subscription?.cancel();
  mark();
}