setSharedInstance method

Future setSharedInstance(
  1. bool sharedSession
)

Future which invokes the platform specific method for shared instance iOS supported only

Implementation

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