Parses the response into a Tweet object in an isolate.
response
Future<Tweet> defaultTweetTransform(Response response) async { return await compute<String, Tweet>(_isolateTweetTransform, response.body); }