invoke

operator fun invoke(name: String, email: String, password: String): Flow<Resource<Unit>>

Invokes the registration use case with the provided user details.

Return

A Flow emitting Resource representing the registration operation result.

Parameters

name

The user's name.

email

The user's email address.

password

The user's password.