@override Future<bool?> hideUpsell() async { final result = await methodChannel.invokeMethod<bool?>('hideUpsell'); return result; }