updateUI method Null safety

Future updateUI(
  1. String title
)

Implementation

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