ClosePaywall method

Future<void> ClosePaywall()

Implementation

Future<void> ClosePaywall() async {
  return _instance.ClosePaywall();
}