signout method
Label of button to sign out the user
Implementation
String signout(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).signOut;
}
Label of button to sign out the user
String signout(BuildContext context) {
return AuthenticatorLocalizations.buttonsOf(context).signOut;
}