disableCellular method

Future<void> disableCellular()

Disables cellular (aka mobile data connection).

Implementation

Future<void> disableCellular() {
  return _wrapRequest('disableCellular', _client.disableCellular);
}