@override Future<void> presentSurvey(bool isBanner) async { await methodChannel.invokeMethod('presentSurvey', {'isBanner': isBanner}); }