mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-21 12:37:23 +08:00
parent
dfd9d60dfc
commit
4fdcbb5726
@ -32,7 +32,7 @@ export class BarcodeScanner {
|
||||
* @return Returns a Promise that resolves with scanner data, or rejects with an error.
|
||||
*/
|
||||
@Cordova()
|
||||
static scan(): Promise<any> { return; }
|
||||
static scan(options?: any): Promise<any> { return; }
|
||||
|
||||
// Not well supported
|
||||
// @Cordova()
|
||||
|
Loading…
x
Reference in New Issue
Block a user