mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-01-20 01:22:52 +08:00
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()
|
||||
close(): Promise<void> { return; }
|
||||
|
||||
/**
|
||||
* Re-initializes the plugin to clean service & browser state.
|
||||
* @return {Promise<void>}
|
||||
*/
|
||||
@Cordova()
|
||||
reInit(): Promise<void> { return; }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user