退出登录
@override Future<bool> logout(int id) async { final result = await methodChannel.invokeMethod("logout", {"id": id}); return result is bool ? result : false; }