RevenuecatInitiated method
Implementation
@override
Future<void> RevenuecatInitiated() async {
try {
await methodChannel.invokeMethod('RevenuecatInitiated');
} on PlatformException catch (e) {
print("Failed to call RevenuecatInitiated: ${e.message}");
}
}