loginWithGithub method

Future<void> loginWithGithub()

Implementation

Future<void> loginWithGithub() {
  throw UnimplementedError();
}