Hi! We are facing a problem when loading the Network plugin of the native API.
The app just fails and doesn’t prints anything, the line of code that causes the problem is:
import { Network } from ‘@ionic-native/network’;
constructor(public navCtrl: NavController, public http2: Http, platform: Platform, private file2: File, private network: Network) {
}
What I can do to solve that problem? The part of the line that causes the error is: private network: Network
Regards!