mpp-library
/
com.icerockdev.library.sample6
/
UserRepository
common
User
Repository
interface
UserRepository
Content copied to clipboard
Functions
Inheritors
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
login
Link copied to clipboard
common
abstract suspend fun
login
(email:
String
, password:
String
)
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Inheritors
MockUserRepository
Link copied to clipboard