ThreadCaptureState constructor

ThreadCaptureState()

Implementation

ThreadCaptureState() {
  completer = Completer();
  id = generateUniqueId();
}