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 {
|
||||
|
||||
/**
|
||||
* Checks whether to device is capable of printing.
|
||||
* Checks whether the device is capable of printing (uses `check()` internally)
|
||||
* @returns {Promise<boolean>}
|
||||
*/
|
||||
isAvailable(): Promise<boolean> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user