Future<bool?> isUsingSharedStorage() async { final result = await _keyChainManager.isUsingSharedStorage(); return result; }