Future<void> wechatAuthCallback({ required String state, required String code, }) async { await _apiClient.sendWechatAuthCallback( state: state, code: code, ); }