putValue method

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

Function to save value for the key passed to keychain

Implementation

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