mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-21 00:23:00 +08:00
fix(network): remove ontypechange method
This commit is contained in:
parent
d3d8f8264c
commit
19bc8419e0
@ -78,13 +78,6 @@ export class Network {
|
||||
@CordovaFunctionOverride()
|
||||
onchange(): Observable<any> { return; }
|
||||
|
||||
/**
|
||||
* Returns an observable to watch connection type changes
|
||||
* @return {Observable<any>}
|
||||
*/
|
||||
@CordovaFunctionOverride()
|
||||
ontypechange(): Observable<any> { return; }
|
||||
|
||||
/**
|
||||
* Get notified when the device goes offline
|
||||
* @returns {Observable<any>} Returns an observable.
|
||||
|
Loading…
Reference in New Issue
Block a user