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