googleAuthService function
- @Riverpod(keepAlive: true)
Implementation
@Riverpod(keepAlive: true)
GoogleAuthService googleAuthService(Ref ref) {
return GoogleAuthService();
}
@Riverpod(keepAlive: true)
GoogleAuthService googleAuthService(Ref ref) {
return GoogleAuthService();
}