Closed niypoo closed 3 years ago
This plugin can not not signout. because it uses Twitter session to login. However, you can change the login information of the application by forcing the login.
For example
final twitterLogin = TwitterLogin(
apiKey: xxx,
apiSecretKey: xxx,
redirectURI: xxx,
);
// use forceLogin param
final authResult = twitterLogin.login(forceLogin: true);
How can I do signout ?