updateUI method

Future updateUI (String title)

Implementation

Future updateUI(String title) =>
    promiseToFuture(JS("", "#.updateUI(#)", this, title));