twitter.dart icon indicating copy to clipboard operation
twitter.dart copied to clipboard

Post request fails.

Open JyotiDubey opened this issue 6 years ago • 0 comments

For all post requests(which are not even concurrent) the error comes as NoSuchMethodError: The method 'openUrl' was called on null. Receiver: null Tried calling: openUrl("POST", Instance of '_SimpleUrl Request type: var response = await twitterClient.request("POST", "statuses/update.json",body: {"status":"some test"});

Any change that needs to be made in the request?

JyotiDubey avatar Aug 10 '18 13:08 JyotiDubey