static Future<String> requestOverCellular(String url) async { return await _channel.invokeMethod('network_requestOverCellular', { 'url': url, }); }