获取安卓系统版本
static Future<String> getPlatformVersion() async { _checkIsInit(); return await _methodChannel.invokeMethod<String>('getPlatformVersion') ?? '未知系统版本'; }