checkForValuesInFlutterKeychain method

  1. @Deprecated("This function is deprecated and will be removed in upcoming version. Use `getAtsignsWithStatus()` instead")
Future<Map<String, bool?>> checkForValuesInFlutterKeychain()

This function is deprecated and will be removed in upcoming version. Use getAtsignsWithStatus() instead

Implementation

@Deprecated(
    "This function is deprecated and will be removed in upcoming version. Use `getAtsignsWithStatus()` instead")
Future<Map<String, bool?>> checkForValuesInFlutterKeychain() async {
  return getAtsignsWithStatus();
}