获取当前 Android 平台版本字符串。
@override Future<String?> getPlatformVersion() async { return methodChannel.invokeMethod<String>('getPlatformVersion'); }