Media

You can retrieve a media stored on MBurger with its id:

MBMedia media = await MBManager.shared.getMedia(MEDIA_ID);

To retrieve all the media that are saved in MBurger you can use this function:

List<MBMedia> media = await MBManager.shared.getAllMedia();

Last updated