btoa function

String btoa(
  1. String stringToEncode
)

Implementation

String btoa(String stringToEncode) => interop.btoa(stringToEncode);