Future<void> setSubtitleShow(bool show) async { await engineInstanceMethodChannel.invokeMethod('setSubtitleShow', show); }