unmarkTop method

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

Implementation

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