isNetworkSessionEnabled property

Future<bool?> isNetworkSessionEnabled
override

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 _methodChannel.invokeMethod('isNetworkSessionEnabled');
}