setNetworkSessionEnabled method

void setNetworkSessionEnabled(
  1. bool enabled
)

Sets the enabled state of the network session (iOS only)

Implementation

void setNetworkSessionEnabled(bool enabled) {
  throw UnimplementedError(
      'setNetworkSessionEnabled has not been implemented.');
}