mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-03-17 00:51:07 +08:00
refactor(barcodeScanner):
This commit is contained in:
parent
a1fe6d7965
commit
85349696c2
@ -1,4 +1,4 @@
|
|||||||
import {Plugin, Cordova} from './plugin';
|
import { Cordova, Plugin } from './plugin';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name Barcode Scanner
|
* @name Barcode Scanner
|
||||||
@ -52,6 +52,6 @@ export class BarcodeScanner {
|
|||||||
* @param data
|
* @param data
|
||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
static encode(type: string, data: any): Promise<any> {return; }
|
static encode(type: string, data: any): Promise<any> { return; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user