signInWithGoogle function
Backwards compatibility function
Implementation
Future<bool> signInWithGoogle(String username, BuildContext context) async {
return await YouTubeConnectionService().signInWithGoogle(username, context);
}
Backwards compatibility function
Future<bool> signInWithGoogle(String username, BuildContext context) async {
return await YouTubeConnectionService().signInWithGoogle(username, context);
}