unmarkUnread method

Future<MarkThreadResult> unmarkUnread(
  1. String? tid
)

Implementation

Future<MarkThreadResult> unmarkUnread(String? tid) async {
  return await bytedeskHttpApi.unmarkUnread(tid);
}