mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-05-02 00:07:23 +08:00
@@ -32,7 +32,7 @@ export class BarcodeScanner {
|
|||||||
* @return Returns a Promise that resolves with scanner data, or rejects with an error.
|
* @return Returns a Promise that resolves with scanner data, or rejects with an error.
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static scan(): Promise<any> { return; }
|
static scan(options?: any): Promise<any> { return; }
|
||||||
|
|
||||||
// Not well supported
|
// Not well supported
|
||||||
// @Cordova()
|
// @Cordova()
|
||||||
|
|||||||
Reference in New Issue
Block a user