Mesibo constructor

Mesibo()

Implementation

}}}class Mesibo extends MesiboFlutter{static Mesibo? _instance= null;static MesiboInternal? _internalInstance= null;static MesiboEndToEndEncryption? _e2ee= null;static MesiboPhoneContactsManager? _phoneContactManager= null;static MesiboLocationManager? _locationManager= null;static const int MESIBO_STATUS_UNKNOWN= 0;static const int MESIBO_STATUS_ONLINE= 1;static const int MESIBO_STATUS_OFFLINE= 2;static const int MESIBO_STATUS_SIGNOUT= 3;static const int MESIBO_STATUS_AUTHFAIL= 4;static const int MESIBO_STATUS_STOPPED= 5;static const int MESIBO_STATUS_CONNECTING= 6;static const int MESIBO_STATUS_CONNECTFAILURE= 7;static const int MESIBO_STATUS_NONETWORK= 8;static const int MESIBO_STATUS_ONPREMISEERROR= 9;static const int MESIBO_STATUS_SUSPEND= 10;static const int MESIBO_STATUS_READY= 11;static const int MESIBO_STATUS_UPDATE= 20;static const int MESIBO_STATUS_MANDUPDATE= 21;static const int MESIBO_STATUS_SHUTDOWN= 22;factory Mesibo(){if(_instance!= null){return _instance!;}
   _instance= Mesibo._init();return _instance!;}