setNetworkSessionEnabled method

void setNetworkSessionEnabled(
  1. bool enabled
)

Sets the enabled state of the network session

This is functional on iOS only

Implementation

void setNetworkSessionEnabled(bool enabled) {
  _platform.setNetworkSessionEnabled(enabled);
}