mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +08:00
docs(printer): fix isAvailable
description (#1782)
This commit is contained in:
parent
7bbd25c1a2
commit
f1a036d8b0
@ -76,7 +76,7 @@ export interface PrintOptions {
|
|||||||
export class Printer extends IonicNativePlugin {
|
export class Printer extends IonicNativePlugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Checks whether to device is capable of printing.
|
* Checks whether the device is capable of printing (uses `check()` internally)
|
||||||
* @returns {Promise<boolean>}
|
* @returns {Promise<boolean>}
|
||||||
*/
|
*/
|
||||||
isAvailable(): Promise<boolean> {
|
isAvailable(): Promise<boolean> {
|
||||||
|
Loading…
Reference in New Issue
Block a user