logout static method

Future<AlibcResult> logout()

退出淘宝账号授权

Implementation

static Future<AlibcResult> logout() async {
  return await invoke('logout');
}