signInWithGoogle function

Future<bool> signInWithGoogle(
  1. String username,
  2. BuildContext context
)

Backwards compatibility function

Implementation

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