Admin

If you need to create blocks and sections in your MBurger project you can use the mb_admin package that comes with the MBurger SDK

You will have to use a token with write permissions to edit the sections and with delete permissions to delete them.

import 'package:mburger/mb_admin/mb_admin.dart';

Last updated