atob method

String atob(
  1. String atob
)

Implementation

String atob(String atob) => utf8.decode(base64Decode(atob));