From 19bc8419e0da0e20d2a07bbc646dd5b3dde460a2 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Tue, 28 Mar 2017 09:04:45 -0400 Subject: [PATCH] fix(network): remove ontypechange method --- src/@ionic-native/plugins/network/index.ts | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/@ionic-native/plugins/network/index.ts b/src/@ionic-native/plugins/network/index.ts index 7e32191ae..fb33619e7 100644 --- a/src/@ionic-native/plugins/network/index.ts +++ b/src/@ionic-native/plugins/network/index.ts @@ -78,13 +78,6 @@ export class Network { @CordovaFunctionOverride() onchange(): Observable { return; } - /** - * Returns an observable to watch connection type changes - * @return {Observable} - */ - @CordovaFunctionOverride() - ontypechange(): Observable { return; } - /** * Get notified when the device goes offline * @returns {Observable} Returns an observable.