signInWithGitHub method

Future<void> signInWithGitHub()

Implementation

Future<void> signInWithGitHub() async {
  throw UnsupportedError('Auth operations are only available on web platforms');
}