mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-31 18:49:43 +08:00
docs(): add return type for pick
This commit is contained in:
parent
55071c0d65
commit
ecdff8c0e5
@ -86,6 +86,7 @@ export class Printer extends IonicNativePlugin {
|
||||
|
||||
/**
|
||||
* Displays a system interface allowing the user to select an available printer. To speak with a printer directly you need to know the network address by picking them before via `printer.pick`.
|
||||
* @returns {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
pick(): Promise<any> { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user