Search code examples
getternosuchmethoderrortoplevel

No top-level getter '_registerPlugins' declared error


I get this error every 5 ~ 10 minutes while running my app.

enter image description here

My app doesn't stop or anything, but I think something needs to be done. What is wrong and what should be done to avoid this error?


Solution

  • Some part of your code is calling registerPlugins, which is no longer needed... We need find out which package calls that and update it.