stop static method

Future<void> stop()

Implementation

static Future<void> stop() {
  return QrMobileVisionPlatform.instance.stop();
}