follow method

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

Implementation

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