@override Future<void> flightRedemption(String token) async { await methodChannel.invokeMethod('flightRedemption', { "token": token, }); }