@override Future<void> setTitle(String title) async { await methodChannel.invokeMethod<void>('setTitle', title); }