setUnlockAdPosId method

Future<void> setUnlockAdPosId(
  1. String posId
)

配置解锁时的广告位ID,仅支持激励视频和插屏

Implementation

Future<void> setUnlockAdPosId(String posId) async {
  return _channel.invokeMethod("setUnlockAdPosId", posId);
}