startOfferWall method

Future<void> startOfferWall(
  1. String pluginVersion,
  2. String sdkVersion
)

Implementation

Future<void> startOfferWall(String pluginVersion, String sdkVersion) {
  throw UnimplementedError('startOfferWall() has not been implemented.');
}