createProfile

abstract fun createProfile(user: User)

Called when User executes "create profile" flow.

Parameters

user

The User instance.