setTitle method

Future<void> setTitle(
  1. String title
)

Implementation

Future<void> setTitle(String title) {
  return update(title: title);
}