SentryId.fromId constructor

SentryId.fromId(
  1. String id
)

Generates a SentryId with the given UUID

Implementation

factory SentryId.fromId(String id) => SentryId._internal(id: id);