fa0311 / twitter_openapi_dart

Implementation of Twitter internal API in Dart
https://pub.dev/packages/twitter_openapi_dart
Other
7 stars 1 forks source link

Session Null #46

Closed myaicreator closed 8 months ago

myaicreator commented 10 months ago

var fetchedState = await widget.client.getInitialStateApi().getHome();

print(fetchedState.user!.screenName); # working print(fetchedState.session.toString()); # not working, null value.