isNetworkSessionEnabled property

Future<bool?> isNetworkSessionEnabled

Returns the current state of the network session (iOS only)

Implementation

Future<bool?> get isNetworkSessionEnabled {
  throw UnimplementedError(
      'isNetworkSessionEnabled has not been implemented.');
}