enableCellular method

Future<void> enableCellular()

Enables cellular (aka mobile data connection).

Implementation

Future<void> enableCellular() async {
  await _wrapRequest('enableCellular', _client.enableCellular);
}