signIn method

  1. @override
Future signIn({
  1. bool reAuthenticate = true,
  2. bool suppressErrors = true,
  3. bool silentOnly = false,
})
override

Dummy implementation, always return ''

Implementation

@override
Future signIn({
  bool reAuthenticate = true,
  bool suppressErrors = true,
  bool silentOnly = false,
}) async {
  return token;
}