getUserOnline static method

dynamic getUserOnline()

获取用户信息-在线状态和名字

Implementation

static getUserOnline() {
  return '$host/v2/user/userStatus';
}