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