Method used to enable or disable GIF posters in the widget
Future<void> setGifPosterEnabled(bool enabled) async { await _methodChannel?.invokeMethod(Method.SET_GIF_POSTER_ENABLED, {'enabled': enabled}); }