enableUsingSharedStorage method

Future<bool> enableUsingSharedStorage()

enables sharing onboarded atSign with multiple atApps it is only supported for macOS, windows platforms.

Implementation

Future<bool> enableUsingSharedStorage() async {
  final result = await keyChainManager.enableUsingSharedStorage();
  return result;
}