launch_review
launch_review copied to clipboard
Unhandled Exception: MissingPluginException(No implementation found for method launch on channel launch_review)
Well I am attaching the Screenshot of the Error I am getting while executing the below code for android.
IconButton( icon: Icon(Icons.rate_review), iconSize: 100, color: Colors.blue, onPressed: () {
LaunchReview.launch(
androidAppId: "chethanvhamburger.flutterappham"
);
},
),
I tried changing the androidAppId to the id of Whatspp also.But doesnt work.Also I left it blank to invoke the current package but same error.The screenShot of the error:
Stop and restart after flutter clean it solved issue for me
Stop and restart after flutter clean it solved issue for me to
Stop And Restart or Restart PC