isPictureInPictureSupported
Future<bool> isPictureInPictureSupported() async { bool ret = await engineInstanceMethodChannel .invokeMethod('isPictureInPictureSupported'); return ret; }