atob method

String atob(
  1. String data
)

Implementation

String atob(String data) => js_util.callMethod(this, 'atob', [data]);