static Future<dynamic> shouldTrackNetworkState(bool state) async { await _channel.invokeMethod('shouldTrackNetworkState', { 'state': state }); }