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
Currently, if registrar.activity() is not there, the plugin crashes. This is a legitimate use case for some apps since they invoke the Dart isolate from application class (as opposed to activity). We should avoid using activity if we can (e.g. we don't need it for Task objects).