Future<void> setSelectedSubtitle(int subtitleId) async { await engineInstanceMethodChannel.invokeMethod("setSelectedSubtitle", subtitleId); }