diff --git a/src/@ionic-native/plugins/printer/index.ts b/src/@ionic-native/plugins/printer/index.ts index e115f18b..ef2abde7 100644 --- a/src/@ionic-native/plugins/printer/index.ts +++ b/src/@ionic-native/plugins/printer/index.ts @@ -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} */ @Cordova() pick(): Promise { return; }