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