setUserIdKeyPath method Null safety
- String path
Set a path
to store user id key.
Recommend to set your own path to store this path for security purpose
Implementation
void setUserIdKeyPath(String path) {
_userIdKeyPath = path;
}
Set a path
to store user id key.
Recommend to set your own path to store this path for security purpose
void setUserIdKeyPath(String path) {
_userIdKeyPath = path;
}