signIn method
Dummy implementation, always return ''
Implementation
@override
Future signIn({
bool reAuthenticate = true,
bool suppressErrors = true,
bool silentOnly = false,
}) async {
return token;
}
Dummy implementation, always return ''
@override
Future signIn({
bool reAuthenticate = true,
bool suppressErrors = true,
bool silentOnly = false,
}) async {
return token;
}