Cork.parse constructor

Cork.parse(
  1. String base64
)

Implementation

factory Cork.parse(String base64) => Cork.decode(base64Url.decode(base64));