SentryId.fromId constructor
SentryId.fromId(
- String id
Generates a SentryId with the given UUID
Implementation
SentryId.fromId(String id) : this._internal(id: id);
Generates a SentryId with the given UUID
SentryId.fromId(String id) : this._internal(id: id);