logout static method

dynamic logout()

退出登录

Implementation

static logout() {
  _methodChannel.invokeMethod("logout");
}