logout method

Future<bool> logout(
  1. int id
)

退出登录

Implementation

Future<bool> logout(int id) async {
  throw UnimplementedError("退出登录未实现");
}