atob function

String atob(
  1. String encodedData
)

Implementation

String atob(String encodedData) => interop.atob(encodedData);