打开 iOS 设置首页
@override Future<void> openSettingHome() async { await methodChannel.invokeMethod<void>('openSettingHome'); }