I would like to use paywall for Flutter.
Although I read this description (https://github.com/RevenueCat/purchases-flutter/releases/tag/6.3.0-beta.1), I can not understand how to configure MainActivity.
This is my current MainActivity.kt, but I encountered the error: Unresolved reference: revenuecat .
1package my_personal.app23import com.revenuecat.purchases_flutter.PurchasesFlutterActivity45// Paywall Support67class MainActivity : PurchasesFlutterActivity() {8}

