signInWithGithub method

Future<Response<Credential>> signInWithGithub()

Signs in the user with a GitHub account.

Implementation

Future<Response<Credential>> signInWithGithub() {
  throw UnimplementedError(
    "Method signInWithGithub() is not yet implemented.",
  );
}