fromBase64 method

T fromBase64(
  1. String b64
)

Implementation

T fromBase64(String b64) {
  return parse(fromB64(b64));
}