Skip to content

Commit

Permalink
Merge pull request #2 from Amichai-a/patch-1
Browse files Browse the repository at this point in the history
change GoogleSignInPlatform  to GoogleSignInDart
  • Loading branch information
helpisdev committed Sep 23, 2022
2 parents 39c44b8 + 9ff2f2c commit de8f227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ mainly used on Desktop.
void main() {
if (isDesktop) {
GoogleSignInPlatform.register(clientId: <clientId>);
GoogleSignInDart.register(clientId: <clientId>);
}
runApp(MyApp());
Expand Down Expand Up @@ -63,7 +63,7 @@ use the `signInWithCredentials` method.
void main() {
if (isDesktop) {
GoogleSignInPlatform.register(
GoogleSignInDart.register(
clientId: <clientId>,
exchangeEndpoint: <endpoint>,
);
Expand Down

0 comments on commit de8f227

Please sign in to comment.