Fix MissingPluginException Error in Flutter with RRutors

MissingPluginException has thrown when I add a plugin in pubspec.yaml while running the Android Emulator.

To fix this issue Stop the Current running app on the Emulator/simulator/device

and run the application again.

This will resolve your issue.