stop static method

Future<void> stop()

Implementation

static Future<void> stop() async {
  await TelemetrydecksdkPlatform.instance.stop();
}