docs(): add return type for pick

This commit is contained in:
Ibby Hadeed 2017-05-17 07:03:27 -04:00
parent 55071c0d65
commit ecdff8c0e5

View File

@ -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; }