Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Last active September 23, 2018 06:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hitherejoe/b26daae84f27031d5cd22106a9afc94e to your computer and use it in GitHub Desktop.
Save hitherejoe/b26daae84f27031d5cd22106a9afc94e to your computer and use it in GitHub Desktop.
class LoginScreen extends StatelessWidget {
LoginScreen({this.firebaseAuth, this.googleSignIn});
final FirebaseAuth firebaseAuth;
final GoogleSignIn googleSignIn;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment