signInWithGithub method
Signs in the user with a GitHub account.
Implementation
Future<Response<Credential>> signInWithGithub() {
throw UnimplementedError(
"Method signInWithGithub() is not yet implemented.",
);
}
Signs in the user with a GitHub account.
Future<Response<Credential>> signInWithGithub() {
throw UnimplementedError(
"Method signInWithGithub() is not yet implemented.",
);
}