stopProbe static method

void stopProbe()

Implementation

static void stopProbe() async {
  await _channel.invokeMethod('stop_probe');
}