updateUI method

Future updateUI(
  1. String title
)

Implementation

Future updateUI(String title) {
  return Future<void>.value();
}