setIAPReportingEnabled static method
Enables implicit recording of In-App transactions.
This method needs to be called before any transaction is finalized.
Implementation
static void setIAPReportingEnabled(bool enableIAP) {
flurryAgent?.setIAPReportingEnabled(enableIAP);
}