isUsingSharedStorage method

Future<bool?> isUsingSharedStorage()

Implementation

Future<bool?> isUsingSharedStorage() async {
  return keyChainManager.isUsingSharedStorage();
}