atob function

  1. @JS('atob')
String atob(
  1. String encodedData
)

Implementation

@js.JS('atob')
external String atob(String encodedData);