btoa method

String btoa(
  1. String data
)

Implementation

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