feat(zeroconf): add reInit() method (#2144)
This commit is contained in:
parent
c9b49ccc39
commit
7255795ae5
@ -124,4 +124,11 @@ export class Zeroconf extends IonicNativePlugin {
|
|||||||
*/
|
*/
|
||||||
@Cordova()
|
@Cordova()
|
||||||
close(): Promise<void> { return; }
|
close(): Promise<void> { return; }
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Re-initializes the plugin to clean service & browser state.
|
||||||
|
* @return {Promise<void>}
|
||||||
|
*/
|
||||||
|
@Cordova()
|
||||||
|
reInit(): Promise<void> { return; }
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user