autoStopSharedSession method

Future autoStopSharedSession(
  1. bool autoStop
)

Future which invokes the platform specific method for setting the autoStopSharedSession default value is true *** iOS, and macOS supported only***

Implementation

Future<dynamic> autoStopSharedSession(bool autoStop) async =>
    await _channel.invokeMethod('autoStopSharedSession', autoStop);