ClosePaidProductLoadingScreen method

  1. @override
Future<void> ClosePaidProductLoadingScreen()
override

Implementation

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