allowUseCellularNetwork abstract method

void allowUseCellularNetwork(
  1. bool useCellular
)

Indicates whether to allow downloading using cellular networks (3G, LTE, and other). Disallowed by default.

Implementation

void allowUseCellularNetwork(core.bool useCellular);