pipIsSupported abstract method

Future<bool> pipIsSupported()

检查当前设备是否支持画中画模式。

自从 自 v6.6.2 版本新增。

Returns true :当前设备支持画中画模式。 false :当前设备不支持画中画模式。

Implementation

Future<bool> pipIsSupported();