getPlatformVersion method

Future<String?> getPlatformVersion()

获取平台版本

Implementation

Future<String?> getPlatformVersion() {
  return InappPurchasePlatform.instance.getPlatformVersion();
}