setUniqueId method
Use setUniqueId to pass unique id which is required for Cross Platform Resume
Implementation
void setUniqueId({required String uuid}) {
this.uuid = uuid;
}
Use setUniqueId to pass unique id which is required for Cross Platform Resume
void setUniqueId({required String uuid}) {
this.uuid = uuid;
}