toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.usecase
/
GetUserEncryptedData
Get
User
Encrypted
Data
class
GetUserEncryptedData
@
Inject
constructor
(
db
:
FirebaseFirestore
)
Members
Constructors
Get
User
Encrypted
Data
Link copied to clipboard
@
Inject
constructor
(
db
:
FirebaseFirestore
)
Functions
invoke
Link copied to clipboard
suspend operator
fun
invoke
(
uid
:
String
)
:
Pair
<
UserModel
?
,
Exception
?
>