ChatUserRepository
Functions
Link copied to clipboard
Link copied to clipboard
abstract fun createUser(email: String, password: String, image: String, name: String, tokenPush: String): Single<ChatUserModel>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun testLogin(email: String = "test@zapp-studio.com", password: String = "zapptestchat"): Single<ChatUserModel>
Link copied to clipboard
Link copied to clipboard