getCode method

dynamic getCode(
  1. String encoded
)

Implementation

getCode(String encoded) => encrypt.Encrypted.fromBase64(encoded);