getValue method

  1. @Deprecated("This function is deprecated and will be removed in upcoming version")
Future<String?> getValue(
  1. String atsign,
  2. String key
)

Function to get value for the key passed from keychain

Implementation

@Deprecated(
    "This function is deprecated and will be removed in upcoming version")
Future<String?> getValue(String atsign, String key) async {
  throw UnimplementedError();
}