googleAuthService function

  1. @Riverpod(keepAlive: true)
GoogleAuthService googleAuthService(
  1. Ref<Object?> ref
)

Implementation

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