Fetch the project
MBProject project = await MBManager.shared.getProject();MBProject project = await MBManager.shared.getProject(includeContracts: true);Last updated
You can retrieve the information of the project like this:
MBProject project = await MBManager.shared.getProject();You can include the contracts for the project setting the includeContracts parameter to true
MBProject project = await MBManager.shared.getProject(includeContracts: true);Last updated