showOfferWall method

Future<void> showOfferWall()

展示积分墙

Implementation

Future<void> showOfferWall() async {
  return _channel.invokeMethod("showOfferWall");
}