Merge branch 'master' into v5

This commit is contained in:
Daniel
2018-09-17 18:23:18 +02:00
parent 46b1a7385c
commit 039c6d40af
76 changed files with 846 additions and 494 deletions
+5 -1
View File
@@ -955,7 +955,11 @@ export class StarPRNT extends IonicNativePlugin {
observable: true,
callbackStyle: 'node'
})
connect(port: string, emulation: string): Observable<any> {
connect(
port: string,
emulation: string,
hasBarcodeReader: boolean
): Observable<any> {
return;
}