setUserIdKeyPath method Null safety

void setUserIdKeyPath(
  1. 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;
}