{zh} @brief 设置标题 @param title 标题
FutureOr<void> setTitle(String title) async { return await nativeCall('setTitle', [title]); }