mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2026-04-13 00:00:10 +08:00
docs(): add return type for pick
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user