isNetworkSessionEnabled property

Future<bool?> isNetworkSessionEnabled

Returns the current state of the network session

This is functional on iOS only, will return null on other platforms

Implementation

Future<bool?> get isNetworkSessionEnabled {
  return _platform.isNetworkSessionEnabled;
}