This function returns a boolean value indicating whether the user is signed in or not.
Future<bool> isSignedIn() async { return _methods.isSignedIn(); }