updateUI 方法

Future updateUI(
  1. String title
)

实现

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