Flutter GmailApi throws exception Object.noSuchMethod
问题 I am trying to create a app which reads messages from Gmail and process them. I was able to achieve that in kotlin using GoogleAccountCredential and Gmail.Build APIs. But I am trying to do the same in Flutter, but no success so far. I have used https://pub.dartlang.org/packages/google_sign_in to sign in, and then create a HTTPClient similar to one mentioned in this post: How to use Google API in flutter? Then used that client to create GmailApi : https://github.com/dart-lang/googleapis/blob