enableAutoBackgroundPictureInPicture method
background picture in picture auto
Implementation
Future<void> enableAutoBackgroundPictureInPicture(bool enable) async {
await engineInstanceMethodChannel.invokeMethod(
'enableAutoBackgroundPictureInPicture', enable);
}