getThreadId method

String? getThreadId()

Value of the aps.thread-id field.

Implementation

String? getThreadId() {
  return _threadId;
}