We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e684db4 commit 10eb3eeCopy full SHA for 10eb3ee
src/@ionic-native/plugins/qr-scanner/index.ts
@@ -159,6 +159,13 @@ export class QRScanner extends IonicNativePlugin {
159
})
160
enableLight(): Promise<QRScannerStatus> { return; }
161
162
+ /**
163
+ * Destroy the scanner instance.
164
+ * @returns {Promise<QRScannerStatus>}
165
+ */
166
+ @Cordova()
167
+ destroy(): Promise<QRScannerStatus> { return; }
168
+
169
/**
170
* Disable the device's light.
171
* @return {Promise<QRScannerStatus>}
0 commit comments