unfollow method

Future<JsonResult> unfollow(
  1. String? uid
)

Implementation

Future<JsonResult> unfollow(String? uid) {
  return bytedeskHttpApi.unfollow(uid);
}