key static method

String key(
  1. String name
)

The secure storage key

Implementation

static String key(String name) => prefix + name;