Future<void> setPictureInPictureEnabled({ required String textureId, bool enabled = true, }) async { startPictureInPicture(textureId, enabled); }