mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
Merge branch 'master' into v5
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user