You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Flutter documentation states that a new CactusLM can be instantiated with CactusLM.init(params...). This appears to be incorrect, as the class does not provide a static init function. A new instance can only be instantiated by first creating a new class with a constructor and then calling download and init.