shared property
MBManager
get
shared
The singleton that manages all the data sent and received to/from MBurger.
Implementation
static MBManager get shared {
return _shared;
}
The singleton that manages all the data sent and received to/from MBurger.
static MBManager get shared {
return _shared;
}